A few days ago a Pocket PC Developer Network forum reader
asked for a RAPI remote file viewer (like the one that ships with Visual Studio). I know that OpenNETCF has a free library to support this, but I decided to reinvent the wheel just for the fun of it. The (still crude) result is
here. There are a few interesting points to note (especially for the beginner) like how the returned array of
CE_FILE_DATA structures is read into a list. Adding file upload and download features should be a snap, now.
No comments:
Post a Comment