Hi just wanna ask if i can get an element to the website and send data without using webbrowser control.
I dont want to have webbrowser in my form.
It will be possible.?
Hi just wanna ask if i can get an element to the website and send data without using webbrowser control.
I dont want to have webbrowser in my form.
It will be possible.?
Yeah, I've done it many many times. Make an HTTPWebRequest and send the relevant POST data. You need a CookieContainer to store the session as well for after the POST data is sent for authentication.
<<<------------< Please rate my post if this helped you out. Any kind of thanks is gladly appreciated >
<<<------------
VB Programming (2012 - Present)
®Crestron - DMC-T Certified Programmer | Software Developer
ok thanks for the reply maybe i need to understand first the HTTPWebRequest.
Then use the Help system. It's what it's there for!
http://msdn.microsoft.com/en-us/libr...ebrequest.aspx