Can I run a load FORM from a link through webbrowser control?
Printable View
Can I run a load FORM from a link through webbrowser control?
Load a VB form through a link ?
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?
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 ?
Can u give example code? thnx for help
Here
Thanks for help... a vbp file is missing...