webbrower properties. urgent...

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2008
Posts: 16
Reputation: mykar_88 is an unknown quantity at this point 
Solved Threads: 0
mykar_88 mykar_88 is offline Offline
Newbie Poster

webbrower properties. urgent...

 
0
  #1
Jul 7th, 2008
hi

i would like to know the functions of webbrowser1.busy,STATE_COMPLETE and all other properties of web browser.

pls also let me know how to make the process sleep until web browser gets loaded.

thank u
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 509
Reputation: selvaganapathy is an unknown quantity at this point 
Solved Threads: 88
selvaganapathy's Avatar
selvaganapathy selvaganapathy is offline Offline
Posting Pro

Re: webbrower properties. urgent...

 
0
  #2
Jul 7th, 2008
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, URL As Variant, Flags As Variant, TargetFrameName As Variant, PostData As Variant, Headers As Variant, Cancel As Boolean)
  2. Me.Hide ' or Me.Enabled = False
  3. End Sub
  4.  
  5. Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
  6. Me.Show 'Me.Enabled = True
  7. End Sub

This code shows ur form is disabled or hidden until the page is loaded.
Also try the commented statements
KSG
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 16
Reputation: mykar_88 is an unknown quantity at this point 
Solved Threads: 0
mykar_88 mykar_88 is offline Offline
Newbie Poster

Re: webbrower properties. urgent...

 
0
  #3
Jul 7th, 2008
hi

instead of a code for my project i would like to know about the different properties of web browser.

thank u
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC