Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading HTML
Message
From
26/10/2006 17:08:46
Larry Santos
Local Data System
Philippines
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Reading HTML
Miscellaneous
Thread ID:
01164859
Message ID:
01164859
Views:
56
Hi,

Is there anybody can help me....

Here is my problem.

I do have winform on my application and I want to include WebBrowser to it. I pass the url to the browser issuing webbrowser1.navigate("website address"). After loading is completed i want to read all the input or textbox and put to my database as an information or record of us. Correct me if im wrong i want to read all the elements inside the html. I try to use the following but only a button for disable. Here is the code for disable.

Dim obj as HTMLDocument
obj = webbrowser1.document
obj.all("buttonID").enable=false

I want now is to get the value of the textbox or input for to me get my application works fine.

i try the obj.all("textbox").value has an error.


TIA
Reply
Map
View

Click here to load this message in the networking platform