Friends, i am talking about the global website which is not created by me or i don't know its internal strucure/Code.
i just want to fill the information form of that website from my windows application, then catch generated result from website and show in my windows application.
So is this possible? If yes then how?
Thanks to all for their reply.
Loading
Keyur PatelPosted Jan 14, 2014, 4:11 AM
You can use web browser control in your windows application. You can open your information form in web browser control in windows application. You can also get response from web browser control.
http://www.c-sharpcorner.com/UploadFile/mahesh/webbrowser-control-in-C-Sharp-and-windows-forms/
http://msdn.microsoft.com/en-us/library/vstudio/2te2y1x6(v=vs.100).aspx
You can get response in webBrowser_DocumentCompleted event.
Priti KumariPosted Jan 9, 2014, 6:55 AM
Santanu DuttaPosted Jan 9, 2014, 5:48 AM
Now the above function will return as string and you need to parse the string and get desired result.