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
Guest User
Tech Writer
529
40.6k
Need help for Ping Software
Apr 17 2021 6:56 PM
i
private void button1_Click(object sender, EventArgs e)
{
Ping myPing = new Ping();
PingReply reply = myPing.Send(textBox1.Text, 1000);
textBox9.Text = "REPLY FORM :- " + reply.Address + " BYTES :- " + reply.Buffer.Length + " Time :- " + reply.RoundtripTime + " TTL :- " + reply.Options.Ttl;
}
i try to continue muliti line but show me one line
Reply
Answers (
4
)
Pdf creation without libraries
c# thread sleep sending not respond