Steve wrote:
> At the end of an installation I want to use CreateProcess (Windows) to
> run Internet Explorer and open up a help file. I can do the same running
> NotePad to open up a text file, but with the same code changed to run
> IExplore.exe it just doesn't work. Anyone with any insight on why this
> might be?
> 
> Steve Patt
> President, Stevens Creek Software

Check out ShellExecute().

I would assume that the same command line parameters the work for notepad don't
work for internet explorer.  Also, you really should launch the user's default
browser, don't assume they use IE.

-- 
Brian Mathis
Direct Edge
http://www.directedge.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to