TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Usman Ahmed
NA
1
1.1k
Using Timer
Dec 16 2012 6:30 AM
Hello Guys please i'm working on my final year project so i'm developing a network tool that will continously ping and ip after some set of intervals, so when ever a network device is down it send and sms alert to the technician, here is what so far plss help
Dim Ip As String
Ip = TextBox2.Text
Dim a As String
a = "Device is Up and Runing"
Dim b As String
b = "Ping Request Time Out"
If My.Computer.Network.Ping(Ip) Then
'MsgBox("Device is Up and Runing")
ListBox1.Items.Add(a)
Else
'MsgBox("Ping request timed out.")
ListBox1.Items.Add(b)
Reply
Answers (
0
)
Help with captcha session issues
HOW BINARY FILE READ IN IMAGE FILE IN VB6.0