Feb 20, 2007 #1 Neily Programmer Joined Jul 27, 2000 Messages 342 Location GB We'd like to restric IE7 to only allowing one window to be open at a time (but can have tabs within it). If CTRL-N or other method of opening new IE window occurs then IE should do nothing (i.e. ignore it!). Is this possible??
We'd like to restric IE7 to only allowing one window to be open at a time (but can have tabs within it). If CTRL-N or other method of opening new IE window occurs then IE should do nothing (i.e. ignore it!). Is this possible??
Feb 22, 2007 #2 Helenp1983 MIS Joined Dec 16, 2005 Messages 274 Location GB Hi, If you download the admin template for group policies http://www.microsoft.com/downloads/...81-6462-4FDA-8EE5-FCB8264C44B1&displaylang=en add it in to your gorup policies the under administrative templates, windows components,internet explorer, turn off tabbed browsing Upvote 0 Downvote
Hi, If you download the admin template for group policies http://www.microsoft.com/downloads/...81-6462-4FDA-8EE5-FCB8264C44B1&displaylang=en add it in to your gorup policies the under administrative templates, windows components,internet explorer, turn off tabbed browsing
Feb 23, 2007 Thread starter #3 Neily Programmer Joined Jul 27, 2000 Messages 342 Location GB Thanks Helenp1983! However, I only wanted to stop a new window of IE and not stop them from using the TABS! I probably wasn't clear enough in my initial post! THANKS AGAIN! Upvote 0 Downvote
Thanks Helenp1983! However, I only wanted to stop a new window of IE and not stop them from using the TABS! I probably wasn't clear enough in my initial post! THANKS AGAIN!
Feb 23, 2007 #4 stduc Programmer Joined Nov 26, 2002 Messages 1,903 Location GB Do these help at all? http://www.codeguru.com/cpp/misc/misc/applicationcontrol/article.php/c271/ http://www.codeproject.com/threads/singleinstancemfc.asp I have been known to be wrong. The best way to thank someone who helps you is give them a star. Upvote 0 Downvote
Do these help at all? http://www.codeguru.com/cpp/misc/misc/applicationcontrol/article.php/c271/ http://www.codeproject.com/threads/singleinstancemfc.asp I have been known to be wrong. The best way to thank someone who helps you is give them a star.