|
-
Jul 2nd, 2002, 05:53 AM
#1
Thread Starter
Lively Member
IE Extension
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!
-
Jul 2nd, 2002, 06:55 AM
#2
Fanatic Member
You could use something like
target = "mainframe"
or
<target="self">
-
Jul 2nd, 2002, 06:57 AM
#3
Hyperactive Member
hi,
instead of using the Shell command the simplest way is to directly set the value of the Exec in the registry to the url,i.e. "http://www.vbforums.com"
for more info read this or contact me......
http://msdn.microsoft.com/library/de...als/button.asp
regds,
ashay
-
Jul 2nd, 2002, 07:48 AM
#4
Thread Starter
Lively Member
Great help, thanx ashay. I hope this reference to the site will also help me in making plugin for IE.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|