Web browser help
Hey guys, this is nothing related to hacking. I am on a high school robotics team and i am making us a web browser. So i have a few questions
1. I made a web browser, and added a link label. when i click the link it open a mozzila firefox page to the link. I want to site to open in my browser.
How would i do that? (code is WebBrowser1.Navigate(TextBox1.Text)) for browser
2. If the user goes to a site on my browser and gets a pop up, the pop up open in firefox. How would i make it either open in my browser? or in a new window in my browser?
Any help is appreciated. Thanks
Ill ask Arun, so basically you want to set your browser as the default browser. Correct?