CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Posts
    16

    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

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: open file in windows mobile

    CreateFile.

  3. #3
    Join Date
    Jul 2009
    Posts
    16

    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

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: open file in windows mobile

    ShellExecute family
    Best regards,
    Igor

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured