Results 1 to 4 of 4

Thread: IE Extension

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Location
    India
    Posts
    105

    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:
    1. 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!
    Shahab Ahmed

  2. #2
    Fanatic Member
    Join Date
    Jun 2000
    Location
    N.Ireland
    Posts
    651
    You could use something like

    target = "mainframe"
    or
    <target="self">
    Gilly

  3. #3
    Hyperactive Member ashay's Avatar
    Join Date
    Feb 2002
    Location
    Mumbai,India
    Posts
    278
    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

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Location
    India
    Posts
    105
    Great help, thanx ashay. I hope this reference to the site will also help me in making plugin for IE.
    Shahab Ahmed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width