Results 1 to 6 of 6

Thread: View Status of application over the internet using VB

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2010
    Posts
    3

    Lightbulb View Status of application over the internet using VB

    Hi I am new to VB can anyone point me in the right direction in writing an application to view the status of my other app on a server, so that I know when the apps get an error or disconect from the internet.

    Anyone with an idea?

  2. #2
    Hyperactive Member danecook21's Avatar
    Join Date
    Feb 2008
    Location
    NC, USA
    Posts
    501

    Re: View Status of application over the internet using VB

    What version of VB? For VB6 look up Winsock. For VB.NET look up the Sockets class. These are what you use to send information over the network/internet. As far as monitoring this other app, you could have that app log everything to a text file then have the remote app download this file. Or have the server constantly send back its state to the remote app. Those are a couple different ways to do it. But learn the basics of socket programming before worrying about that part.

  3. #3
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: View Status of application over the internet using VB

    Good advice from dane. One other thing to check on is that you have a public IP.
    Last edited by dbasnett; May 18th, 2010 at 02:20 PM.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2010
    Posts
    3

    Re: View Status of application over the internet using VB

    Yes I have a public IP coz my clients connect and get data from my server.
    I am would like that the server program send me a message every now and then.
    I am using visual basic 2008.

  5. #5
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: View Status of application over the internet using VB

    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2010
    Posts
    3

    Re: View Status of application over the internet using VB

    Ok. So now that I understand this socket connection thing, what else do I need to konw to make this work?

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