Re: Need easy program
ShellExecute(NULL, "open", "C:\blah\Chrome.exe", "http://www.sitehere.com", NULL, SW_SHOWNORMAL);
You could read the registry to find the install path of chrome, or hardcode it if only you will be using it.
Edit: Just read you want to open 7 different tabs. Not sure if you open another page using shellexecute if it will default to another tab or start another chrome instance as I believe Chrome treats each tab as its own browser instance. If the above wouldn't work for you, you would need to find out if the Chrome browser has any built in API's to support this.
__________________
Vouches: 5
Last edited by Ego : 07-03-2012 at 02:33 AM.
|