VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Retrieve Values from Web Page (WebBrowser Control)

Stephen B. Gauntt  (1 Submission)   VB function enhancement   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Allows you to retrieve values from fields (i.e. hidden fields) in a web page loaded using the WebBrowser control. Very simple function, but I've found it extremely useful. Please don't forget to leave a comment to let me know what you think!
To call this function try this example:
MyValue = GetWebValue(MyWebBrowser,"fieldname")
Will return the value or nothing if not found.

Rate Retrieve Values from Web Page (WebBrowser Control) (3(3 Vote))
Retrieve Values from Web Page (WebBrowser Control).bas

Retrieve Values from Web Page (WebBrowser Control) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters