|
-
May 17th, 2010, 05:47 AM
#1
Thread Starter
New Member
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?
-
May 17th, 2010, 01:36 PM
#2
Hyperactive Member
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.
-
May 17th, 2010, 02:13 PM
#3
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.
-
May 18th, 2010, 02:00 PM
#4
Thread Starter
New Member
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.
-
May 18th, 2010, 02:21 PM
#5
Re: View Status of application over the internet using VB
-
May 19th, 2010, 07:45 AM
#6
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|