how to open 10 browser tabs at once a load a html file in all of them ?
Hi all . I am trying to make a button in my form and once i click on it . It opens 10 browser tabs in each tab it loads a html file that is in the same place as .exe file.could any one show me how this can be then? thanks
Re: how to open 10 browser tabs at once a load a html file in all of them ?
Which browser are you using?
Re: how to open 10 browser tabs at once a load a html file in all of them ?
Quote:
Originally Posted by
Nightwalker83
Which browser are you using?
thanks for your reply. I will be using webbrowser controle in a form! I want
my form by default has a one Tab open with webbrowser controle over it and once i click a button i want 10 new tabes get open and in each one it loads a html file (same html file in all tabs).Hope you be able to help me.Thanks
Re: how to open 10 browser tabs at once a load a html file in all of them ?
You could try using the SSTAB control then add new tabs when you need a new browser window. Do a search on the forums for "Tabbed Browser", etc. This questio has come up before and you might find a useful answer.