Decoding Windows 7 Sticky Notes File
问题 I love the windows 7 sticky note app and need to write a quick script to copy my notes to my iphone (easier than bringing a laptop to meetings). How can I extract my notes from the stick notes file (C:\Users\USER\AppData\Roaming\Microsoft\Sticky Notes\StickNotes.snt). The file stores undo entries, or other meta data, for each note, so I can't simply read n bytes from the start of a note. Edit: Sample file - http://www.mediafire.com/download.php?qzgkj5gmdek The encoding is difficult for me to