|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Webbrowser Questionvb6 (sp6)
i am trying to use the webbrowser control and am having a few troubles. I would live to allow user to browse to other web pages but there is no address line visible dispite it being set as true in the controls properties. its a simple peice of code ...am i missing something ? Private Sub Form_Load() WebBrowser1.Navigate "http://www.google.com" End Sub I dont think you are missing something:)
Beware that the control is asynchrone(?) so you need to catch events like navigate_complete etc to be sure the navigation succeeded adns was completed... Martin Show quoteHide quote "Peter Newman" <PeterNew***@discussions.microsoft.com> schreef in bericht news:7DB2ED4C-58AF-4ED5-A494-905060580296@microsoft.com... > vb6 (sp6) > > i am trying to use the webbrowser control and am having a few troubles. I > would live to allow user to browse to other web pages but there is no address > line visible dispite it being set as true in the controls properties. its a > simple peice of code ...am i missing something ? > > Private Sub Form_Load() > WebBrowser1.Navigate "http://www.google.com" > End Sub
Difference in SQL Syntax between Access and MySQL (from VB6 project using ADO)
Ping Ken Halter VBA and ADODB.Recordset question Font Dialog Box kill a proccess for a specific user Amber Alert Ticker on VB6 Form Problem offering font selection with listview in regions other than US Resizing text boxes user-defined type not defined Determine when report printed to specific printer |
|||||||||||||||||||||||