Results 1 to 7 of 7

Thread: Help with Webbrowser is needed..?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    72

    Help with Webbrowser is needed..?

    Can I run a load FORM from a link through webbrowser control?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Load a VB form through a link ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    72
    It is like when you make a hyberlink to webpage or email within the Webrowser control, but in this case you are making a hyberlink to load a VB Form..... is it possible?

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well you could have a loop that checks the current URL of the webbrowser control.
    Don't show an address bar in the browser.

    Have a link navigate to :

    about:Please wait a moment ... (Form1)


    Then when you see that as being the current URL, you load Form1. You follow ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    72
    Can u give example code? thnx for help

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Here
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    72
    Thanks for help... a vbp file is missing...

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