Hi all, i have posted this in C++ and WinAPI forum... but, i didnt get a reply...

The thread instead is getting burried... so i have no hope that anyone will answer it there.

thats why i am re-posing the same question here, sorry.

Coming to Question...,


I am having a window, a simple window with two edit controls on it and a button.

Now, on the first Edit control i need to enter a URL or link, and in the Seconf Edit it takes input in between 1 to 10 integer values.

And, when i press the Button control, i need to open up the Internet Explorer, our IE with N number of Tabs open with the URL in the Editbox.

Where N is the integer value i take from the second Edit control.

I Read MSDN documentation and found way to open Default Browser.. but dont know how to Open multiple tabs and assign the same URL to each..

Please help me.. i cant find any Tutorials or Code snips regarding this, and i asked google. nothing found.

Thanks in advance, seeking for your valuable inputs...

PS : Please Atleast Reply, whether this is Possible or Not...