Possible Duplicate:
Open link in same browser tab
How to do it in such a way that the URLs open in one browser window, each in separate tab? It there a way to do it in general way for all major browsers? Thanks!
Possible Duplicate:
Open link in same browser tab
How to do it in such a way that the URLs open in one browser window, each in separate tab? It there a way to do it in general way for all major browsers? Thanks!
ShellExecute(NULL, "open", URL_GOES_HERE, NULL, NULL, SW_SHOWNORMAL);
should work fine for opening multiple tabs in the same window
obviously you will need one ShellExecute
line per url