|
-
April 2nd, 1999, 08:31 PM
#1
ShellExecute Question???
Using ShellExecute what do I put in for the file name parameter to to have
the browser start and open the file that is currently open in my HTML editor??
-
April 2nd, 1999, 09:00 PM
#2
Re: ShellExecute Question???
Following should do it:
ShellExecute(NULL,"open", "http://www.codeguru.com",
NULL, NULL, SW_SHOWNORMAL);
Ajay
-
April 2nd, 1999, 09:10 PM
#3
Re: ShellExecute Question???
I may not have phrased the question correctly. I don't want to open this web address. I want to open whatever file is in the the child window of the HTML editor I am building.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|