943,957 Members | Top Members by Rank

Ad:
Jul 7th, 2008
0

webbrower properties. urgent...

Expand Post »
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mykar_88 is offline Offline
17 posts
since Mar 2008
Jul 7th, 2008
0

Re: webbrower properties. urgent...

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
Reputation Points: 44
Solved Threads: 101
Posting Pro
selvaganapathy is offline Offline
547 posts
since Feb 2008
Jul 7th, 2008
0

Re: webbrower properties. urgent...

hi

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

thank u
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mykar_88 is offline Offline
17 posts
since Mar 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: New to Crystal Report
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Calling subroutine





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC