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 |
How to access document object from view ?
What is model and modeless dialog box ? Give some examples?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is a critical section and how is it implemented?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
what do you mean by psychic window?
Name the Synchronization objects?
What is the difference between GetMessage and PeekMessage ?
How can i implement the dynamic menus in MFC plz give the code
What is userdefine Messages in MFC?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
What is mfc class hierarchy?