Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How to send & Receive data from Web Application using VB.NET??

How to send & Receive data from Web Application using VB.NET??

Scheduled Pinned Locked Moved Visual Basic
csharpasp-netdatabasesysadmin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rohan_bhat_31
    wrote on last edited by
    #1

    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

    L U 2 Replies Last reply
    0
    • R Rohan_bhat_31

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • R Rohan_bhat_31

        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

        U Offline
        U Offline
        uno freeware
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups