opening Internet Explorer, specifying page

Started by
1 comment, last by n0ob 20 years, 8 months ago
I was wondering what command line arguments to pass to IE for it to open to a specified web page. I was planning on using ShellExecute, but I just need to know where to find which arguments to pass. Any info is helpful!! Thanks! Kings of Chaos
Advertisement
Have you tried passing the URL as a parameter to IEXPLORE? That would be my first port of call...
Just use shellexecute with your web page''s URL, that should open the default browser.

.:3delavnica.com:. Slovenian digital colture
Another day, another bug
-----------------SloGameDev.net | My homepageQ:What does a derived class in C# tell to it's parent?A:All your base are belong to us!

This topic is closed to new replies.

Advertisement