Results 1 to 4 of 4

Thread: vb.net communications

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    8

    Question vb.net communications

    I have a vb.net program running and i have a asp.net website running, is there a way that they can communicate. I need to be able to start a certain process in the vb.net application. Is this possible, even if the website and the vb.net application isn't running on the same machine(this is optional)? they are running on the same machine

    Ty for your help

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    this may be the most stupid solution for this but anyhow here goes!!!

    You could get your asp.net website to send an email to the machine with vb.net application on it. Then get your vb.net app to watch your outlook inbox and if an email appears with certain text(that could be parameters), start the process.

    The other option i suppose would be to use some kind of webservice.
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    That is what Web Services are for.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    8
    i'll look in to the webservice thingy

    and what if the program is already running (the vb/net.application)?

    again ty

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width