TJ_01 Level: VB Lord

 Registered: 24-08-2005 Posts: 320
|
Re: how to submit an asp page thorugh VB(Screen scraping of Internet Application
Im not so clear to your question. Im also cofused if you want to launch an IE or call the ASP apps to your vb or inside the form.
Anyway if you want to call or launch a IE window using vb, you can use shell function.
But if you want to load the asp page inside the form, you can use webbrowser control something like this:
| WebBrowser1.Navigate(http://<computername>/NameOfPage.asp) |
____________________________
Im JAMES
|