hi all.. I have installed Visual Studio 2005. So I assume I have got VB .NET 2005 with it. Now, I am trying to load and html page inm WebBrowser control and fill some data and submit it. I know, I have searched and fond a lot of threads, but my problem is that it gives me an error stating "Value is not a member of System.Windows.Forms.HtlmElement"... see here can anyone please tell me why I am having this error ? are there any references or components that I have to add ? please help me get started here.. thanks for reading my thread.
WHy are you bothering to update the fields on the web page?! Just send a HTTP POST (or GET if they are crap) using the HttpClient class with the data you want.