in reply to Re:
in thread How do I launch my browser in Win32 to go to a specified URL?
There is a Windows API function called ShellExecute which I think is what you are looking for. Look in the Win32 modules, and you should find more details. This should avoid the problem that you mention about the console window.
As for the delay, maybe the console approach is slower, I don't know. I've done this through VB (with the API function) and it takes just as long as Netscape or IE would normally take to open up.
Hope this helps
|
---|