I need to retrieve a value from a webBrowser into a vb application. The website has a field "textbox3" with a value that I need to bring into my vb application.
I have tried:
WebBrowser1.Doc ument.GetElemen tById("TextBox3 ").InnerTex t
But it only posts a value into the web browser.
NOTE: I have control of both the webpage and the vb app.
Passing Variable from WebBrowser to VB Application
I need help with passing a variable from embedded WebBrowser to VB application. I have an interactive map, and when I click on an icon, I need to pass the ID back into the application. Any ideas? I have control of both the ASP webpage and the VB app.
I am trying to use the calander control to pick a date and retrieve information from a database. When a date is clicked on, the page re-loads, with the selected date, gets the informatino from the database and creates a graph. The problem that I am having is that when you pick the "<" or ">" to navigate to a new month the page reloads with the current month. How do I get around this?
I am looking for something like windows explorer where you can have an infinite number of folders under any folder. I plan to use this tree to show a connectino path.
With the database, I can record which parent a device goes to, but for the treeview, it seems I need to know the child. I can create a table that crossreferences these items, but they can be changed at any...
I have a device in the field that I access by the stream method.
I open the Stream and do the following:
1. stream.write a character to the device.
2. stream.read the information from the device.
The problem is that when I am debugging and step through the code there is a long enough pause that I recieve the entire string. If I just run it, I only get the 1st character. I have attached the code below.
...
I am looking for something like windows explorer where you can have an infinite number of folders under any folder. I plan to use this tree to show a connectino path.
With the database, I can record which parent a device goes to, but for the treeview, it seems I need to know the child. I can create a table that crossreferences these items, but they can be changed at...
I have a device in the field that I access by the stream method.
I open the Stream and do the following:
1. stream.write a character to the device.
2. stream.read the information from the device.
The problem is that when I am debugging and step through the code there is a long enough pause that I recieve the entire string. If I just run it, I only get the 1st character. I have attached the code below. ...