I have made an IE extension, which creates a button on IE toolbar. On click of this button, i call an EXE. This EXE opens a webpage and gets unloaded.
I have given:
VB Code:
Shell ("explorer [url]http://www.vbforums.com[/url]"), vbNormalFocus
Now what it does it that the website opens in new window.
I want it to open in same window.
Any help please!




Reply With Quote