Hi All,
i am new for VC++ SDK.
i want to get the IP Address of all the External device
connected with my local machine.please give the code
Regards,
Praveer
Hi,
Open the command prompt. Type netstat -a -n
Now you can parse the output where there will be a local
address and Foregin Address.
Regards
Sachin Mundhra
| Is This Answer Correct ? | 0 Yes | 2 No |
What interface must be supported by an ActiveX control?
How to find the mouse entering an image?..while entering need to display next image...
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
In VC++ How to transfer between one exe to another exe while running..
1)dynamic creation of a Button ?
1)How to create ToolTip in MFC?
What is model and modeless dialog box ? Give some examples?
What is a message map?
what is the use of Mutex and critical section
What function is used to retrieve the currently selected index in a list box?
what is the use of AFX_MANAGE_STATE ?