Hi May i know what is the directory for PocketPC as i have to actually save something a stream transfer ?
VB Code:
Dim incomingfile As System.IO.Stream incomingfile = IO.File.Open("C:/" + data, IO.FileMode.OpenOrCreate)
IO.File.Open, what shall i put in there ?
Lets say if i receive a .txt file and i want to open it using a NotePad, or maybe a .wmv file and i want to open it using Media Player.
WHat shall i do ?
Can Someone please help ?




Reply With Quote