I am using stdio dll to ping a host, but there is an option to ping the specified host until manually stopped; using the parameter -t.
In a MS-DOS prompt the loop is stopped by typing Ctrl + C. Using the stdio dll, when displaying the output in a listbox on a dialog box, i can start the continous ping, but I am unable to stop it.
Please help. |