Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
Generalassignment to controls ( Label) Pin
pbsamson24-Jun-05 5:49
pbsamson24-Jun-05 5:49 
GeneralRe: assignment to controls ( Label) Pin
Marc Clifton24-Jun-05 6:20
mvaMarc Clifton24-Jun-05 6:20 
GeneralRe: assignment to controls ( Label) Pin
pbsamson24-Jun-05 6:27
pbsamson24-Jun-05 6:27 
GeneralLine Width Pin
Leslie Sanford24-Jun-05 5:43
Leslie Sanford24-Jun-05 5:43 
GeneralRe: Line Width Pin
Judah Gabriel Himango24-Jun-05 5:56
sponsorJudah Gabriel Himango24-Jun-05 5:56 
QuestionHow to use windows ping utility in C#? Pin
Mohamed El Gohary24-Jun-05 5:39
Mohamed El Gohary24-Jun-05 5:39 
AnswerRe: How to use windows ping utility in C#? Pin
Judah Gabriel Himango24-Jun-05 5:52
sponsorJudah Gabriel Himango24-Jun-05 5:52 
AnswerRe: How to use windows ping utility in C#? Pin
Mike Dimmick24-Jun-05 6:08
Mike Dimmick24-Jun-05 6:08 
I'm not sure why you think you need to do this. It typically won't work properly if the client is behind a firewall - either a personal firewall such as Norton Internet Security or Windows Firewall in XP SP2, or a hardware device. If the client is behind a Network Address Translation device, if anything responds it's likely to be the NAT device rather than the client itself. Most firewalls now refuse to respond to the ICMP Echo messages sent by ping.

Even if you could do this, there's no guarantee that if this packet got through, that the eventual response would do. There's no guarantee that the program connecting to you is still running - just that the client's network stack is responding. So it doesn't actually give you the information you're after anyway.

Stability. What an interesting concept. -- Chris Maunder
Generalsearch ip address Pin
amarsumanth24-Jun-05 5:36
amarsumanth24-Jun-05 5:36 
GeneralRe: search ip address Pin
Judah Gabriel Himango24-Jun-05 5:50
sponsorJudah Gabriel Himango24-Jun-05 5:50 
GeneralRe: search ip address Pin
amarsumanth24-Jun-05 7:41
amarsumanth24-Jun-05 7:41 
GeneralRe: search ip address Pin
Dave Kreskowiak24-Jun-05 8:06
mveDave Kreskowiak24-Jun-05 8:06 
Generalping Pin
amarsumanth24-Jun-05 8:55
amarsumanth24-Jun-05 8:55 
GeneralRe: ping Pin
Dave Kreskowiak24-Jun-05 9:32
mveDave Kreskowiak24-Jun-05 9:32 
GeneralNaN Pin
hain24-Jun-05 5:23
hain24-Jun-05 5:23 
GeneralRe: NaN Pin
Richard Deeming24-Jun-05 8:04
mveRichard Deeming24-Jun-05 8:04 
Generaladmin password Pin
amarsumanth24-Jun-05 5:10
amarsumanth24-Jun-05 5:10 
GeneralRe: admin password Pin
Judah Gabriel Himango24-Jun-05 5:13
sponsorJudah Gabriel Himango24-Jun-05 5:13 
GeneralRe: admin password Pin
Dave Kreskowiak24-Jun-05 8:04
mveDave Kreskowiak24-Jun-05 8:04 
QuestionPocket PC virtual keyboard? Pin
george ivanov24-Jun-05 4:33
george ivanov24-Jun-05 4:33 
AnswerRe: Pocket PC virtual keyboard? Pin
Mike Dimmick24-Jun-05 5:52
Mike Dimmick24-Jun-05 5:52 
Generalgdi+ slow Pin
bwagz24-Jun-05 4:28
bwagz24-Jun-05 4:28 
GeneralRe: gdi+ slow Pin
Judah Gabriel Himango24-Jun-05 4:57
sponsorJudah Gabriel Himango24-Jun-05 4:57 
GeneralRe: gdi+ slow Pin
bwagz24-Jun-05 5:18
bwagz24-Jun-05 5:18 
GeneralRe: gdi+ slow Pin
Judah Gabriel Himango24-Jun-05 5:34
sponsorJudah Gabriel Himango24-Jun-05 5:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.