open file in windows mobile
Hi,
I'm programming in Windows Mobile environment. I read in the documentation that there are ReadFile, DeleteFile... functions in Windows Mobile, but there isn't an OpenFile function. Is there a way to open and view a file in Windows Mobile?
Thanks.
Sheri
Re: open file in windows mobile
Re: open file in windows mobile
Hi,
I don't think I'm making myself very clear here. I don't want to open the file to read texts from it. For example, if I open a html file using CreateFile with the OPEN_EXISTING option, then I can only read the html text. What I really want is to make it so that the Internet Explorer would pop up and allow me to view the file. Is there any way to do that?
Thanks a lot.
Sheri
Re: open file in windows mobile