M
MikeG
Hi,
Here it goes...
I am writing a WINFORM app using VB.NET.
On one form, I have a text field where the user can write a search criteria.
When he click on the *search* button, my application searchs a particular
WEB page.
The results are pulled from a result WEB page and store into a WinForm grid.
I have been able to request the *search* WEB page.
I can also parse the results (another web page).
What I can't do (there are several things I still don't fully understand) is
how
put the value (from the WinForm app) into the WebConntrol textbox and post
it.
What I would like to do is use the html page I resquested as if it was in
the browser.
In other words, if a user opens the search web page, fills the search text
field,
clicks on the search button and the results are sent to him in another page,
I
would like the VB.NET app do the same (using WebRequest, HttpWebRequest and
WebResponse).
Any idea on how to do it?
Thank you.
Michel.
Here it goes...
I am writing a WINFORM app using VB.NET.
On one form, I have a text field where the user can write a search criteria.
When he click on the *search* button, my application searchs a particular
WEB page.
The results are pulled from a result WEB page and store into a WinForm grid.
I have been able to request the *search* WEB page.
I can also parse the results (another web page).
What I can't do (there are several things I still don't fully understand) is
how
put the value (from the WinForm app) into the WebConntrol textbox and post
it.
What I would like to do is use the html page I resquested as if it was in
the browser.
In other words, if a user opens the search web page, fills the search text
field,
clicks on the search button and the results are sent to him in another page,
I
would like the VB.NET app do the same (using WebRequest, HttpWebRequest and
WebResponse).
Any idea on how to do it?
Thank you.
Michel.