How to send & Receive data from Web Application using VB.NET??
-
Hello friends, I am working on 1 application where I want to send some data to WebApplication from VB.NET application. The situation is like this:- There is one Web App developed in ASP.NET. The desktop application is being developed in VB.NET which will be installed at remote computer. If internet is connected to it, then one class will start communicating with the ASP.NET Application i.e. on Web Server(Say, on click event of some button on some form). I want to send(some login info required to get access to web server) & receive(the records from database) the data within these 2 applications without user to open a IE browser. VB itself shud be able to do this. Since its only retriving some data from Web Server in String format, i don't want user to go and do something by opening new IE window...I want to do it using VB.NET only... Will you please help me????? Looking forward to see reply.... Regards, Rohan
-
Hello friends, I am working on 1 application where I want to send some data to WebApplication from VB.NET application. The situation is like this:- There is one Web App developed in ASP.NET. The desktop application is being developed in VB.NET which will be installed at remote computer. If internet is connected to it, then one class will start communicating with the ASP.NET Application i.e. on Web Server(Say, on click event of some button on some form). I want to send(some login info required to get access to web server) & receive(the records from database) the data within these 2 applications without user to open a IE browser. VB itself shud be able to do this. Since its only retriving some data from Web Server in String format, i don't want user to go and do something by opening new IE window...I want to do it using VB.NET only... Will you please help me????? Looking forward to see reply.... Regards, Rohan
I have a doubit while I am developing kids software, Is it any way to bring the animated(already) pictures to the form using picture or image box or anyother way.please If u know send me in this mail address. maniams@hotmail.com Murali
-
Hello friends, I am working on 1 application where I want to send some data to WebApplication from VB.NET application. The situation is like this:- There is one Web App developed in ASP.NET. The desktop application is being developed in VB.NET which will be installed at remote computer. If internet is connected to it, then one class will start communicating with the ASP.NET Application i.e. on Web Server(Say, on click event of some button on some form). I want to send(some login info required to get access to web server) & receive(the records from database) the data within these 2 applications without user to open a IE browser. VB itself shud be able to do this. Since its only retriving some data from Web Server in String format, i don't want user to go and do something by opening new IE window...I want to do it using VB.NET only... Will you please help me????? Looking forward to see reply.... Regards, Rohan
There there are many ways for doing it... one fast and easy way should be using the AxWebBrowser class wich is almost an internet explorer. what i mean is: make a page for the login on the server, wich should be smalla enought to fit in the small form you want to create, then ambed on of this AxWebBrowser class.. it's very easy to use, and you can also find many cool alrticles here on CP. of course a more cool waw using the AxWebBrowser can be using the document property of the WebBrowser class, and get the acces to the textbox you want directly from the Document Instance.... what you require is: Interop.SHDocVw.dll, AxInterop.SHDocVw.dll (wich you can create from the first one using the appostie visual studio tool) and for the Document class (only if you'll use it) MSHTML.dll. <- true inside to understand outside -> -- modified at 23:14 Wednesday 19th October, 2005