Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combo box - set to display the nth string Pin
keegan26-Jun-03 4:53
keegan26-Jun-03 4:53 
GeneralRe: Combo box - set to display the nth string Pin
Iain Clarke, Warrior Programmer26-Jun-03 5:14
Iain Clarke, Warrior Programmer26-Jun-03 5:14 
GeneralRe: Combo box - set to display the nth string Pin
keegan26-Jun-03 6:31
keegan26-Jun-03 6:31 
GeneralRe: Combo box - set to display the nth string Pin
Iain Clarke, Warrior Programmer26-Jun-03 7:27
Iain Clarke, Warrior Programmer26-Jun-03 7:27 
QuestionBest way to build program? Pin
DaveE9th25-Jun-03 23:14
DaveE9th25-Jun-03 23:14 
AnswerRe: Best way to build program? Pin
Ryan Binns26-Jun-03 0:42
Ryan Binns26-Jun-03 0:42 
GeneralReading from a .bmp file. Pin
Neha25-Jun-03 23:06
Neha25-Jun-03 23:06 
Questionif an IP address is in use on LAN? Pin
nicoster25-Jun-03 23:06
nicoster25-Jun-03 23:06 
I want to know if an IP address is in use on LAN.

Usually ping works,which can tell me whether the remote machine is alive or dead.
But it does not always do the job for the reason of firewalls or something else..
even if I 've got a result like this:
C:\>ping 192.168.28.168

Pinging 192.168.28.168 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.28.168:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


When I change my IP address to 192.168.28.168, Windows informs me that "The IP address 192.168.28.168 is already in use."
How can I know the IP is in use before I changed my IP to that and Windows popups the dialog?
What is the mechanism of Windows examing if an IP is in use?


GeneralProblem on MSFlexGrid pointer type Pin
Arash Hemmati25-Jun-03 22:05
Arash Hemmati25-Jun-03 22:05 
GeneralRe: Problem on MSFlexGrid pointer type Pin
Toni7826-Jun-03 21:15
Toni7826-Jun-03 21:15 
GeneralConversion.. Pin
Neha25-Jun-03 21:22
Neha25-Jun-03 21:22 
GeneralRe: Conversion.. Pin
Ted Ferenc25-Jun-03 21:48
Ted Ferenc25-Jun-03 21:48 
GeneralRe: Conversion.. Pin
Neha25-Jun-03 21:58
Neha25-Jun-03 21:58 
GeneralRe: Conversion.. Pin
peterchen25-Jun-03 22:11
peterchen25-Jun-03 22:11 
GeneralRe: Conversion.. Pin
Ted Ferenc26-Jun-03 0:38
Ted Ferenc26-Jun-03 0:38 
GeneralRe: Conversion.. Pin
peterchen26-Jun-03 9:11
peterchen26-Jun-03 9:11 
GeneralRe: Conversion.. Pin
Ryan Binns26-Jun-03 0:50
Ryan Binns26-Jun-03 0:50 
GeneralRe: Conversion.. Pin
Anonymous26-Jun-03 2:14
Anonymous26-Jun-03 2:14 
GeneralRe: Conversion.. Pin
Ryan Binns26-Jun-03 2:22
Ryan Binns26-Jun-03 2:22 
GeneralRe: Conversion.. Pin
Anonymous26-Jun-03 6:10
Anonymous26-Jun-03 6:10 
GeneralRe: Conversion.. Pin
basementman26-Jun-03 6:42
basementman26-Jun-03 6:42 
GeneralI have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
kydfru25-Jun-03 20:37
kydfru25-Jun-03 20:37 
GeneralRe: I have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
Ryan Binns26-Jun-03 0:56
Ryan Binns26-Jun-03 0:56 
GeneralRe: I have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
kydfru26-Jun-03 1:27
kydfru26-Jun-03 1:27 
GeneralRe: I have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
Ryan Binns26-Jun-03 1:49
Ryan Binns26-Jun-03 1:49 

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.