CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    2

    CreateProcess Question



    I'm building an HTML Editor and have created a function that uses CreateProcess

    to open the browser. Is there any way to make the browser automatically open

    whatever file is open in the editor?

  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: CreateProcess Question



    I suggest you use ShellExecute instead of CreateProcess. This requires a file, so you may have to save the current document as a temporary HTML file.




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