Any one know some code that when the program (in this case Form1) is loaded... it will only allow one Internet Explorer window open??
Thanks in advance.
Any one know some code that when the program (in this case Form1) is loaded... it will only allow one Internet Explorer window open??
Thanks in advance.
Eternally Yours,
Angelus.
Well you could have an app that keeps checking what processes are running, and kills all but one internet explorer process.
You'd also want to leave the Explorer process running, and possibly any other bits and pieces that you need to keep the system stable.
And how would I do that? I'm just a beginner... and am trying to make a program to stop pop-ups on sites... for personal use only mind.
Eternally Yours,
Angelus.
Oh well my code is way over the top for that.
Take a look at my website, and Ive managed to do it.
There used to be loads of popups.
There's an explanation of how on the first part of the page.