Desktop Communication

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Al
I am developing a program for Pocket 2002/2003 by using vb.ne
I have used FileStream class to create File Handl
m_FileHandle = New FileStream(FileName, Mode, FileAccess.ReadWrite, FileShare.Read) and It will be released until the program is closed.
I use ActiveSync to retrieve the data during program is running
I clicked explore (located at ActiveSync) to copy it, then paste it to my deskto
I am a bit confused that the action can be done in pocket 2002, but it is permitted at pocket 200
I am not sure what is the proble

Thank
Percy
 
Percy, I'm not following you. What does the File Handle have to do with
Active Sync? you may want to post this in
public.dotnet.framework.compactframework too. This is primarily a VB.NET NG,
but I'll help if I can.
Percy NG said:
Hi All
I am developing a program for Pocket 2002/2003 by using vb.net
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.
 
Back
Top