Hi All
I am developing a program for Pocket 2002/2003
I have used FileStream class to create File Handle
m_FileHandle = New FileStream(FileName, Mode, FileAccess.ReadWrite, FileShare.Read) and It will be released until the program is closed.
I use ActiveSync to retrive the data during program is running.
I clicked explore (located at ActiveSync) to copy it, then paste it to my desktop
I am a bit confused that the action can be done in pocket 2002, but it is permitted at pocket 2003
I am not sure what is the problem
Thanks
Percy
|