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
Will there be any difference in the image buffer size if it
is loaded in from CString to LPTSTR using GetBuffer()?
lptstr = string.GetBuffer(0);
145
How to Obtain data from the client via an outgoing event
dispinterface in ATL ?
262
How to get the <PARAM> tag to work with an ATL control?
207
what is activex controls in qtp
291
What changes does a control need to run in the Visual Basic
5.0 Control Creation Edition?
109
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
194
What changes does a control need to run in an MFC 4.2b
container?
179
how to create SDK based ATL ?
how to create SDK based COM?
How the OLE Control interfaces relate to the OLE Container
interfaces?
221
What Is InfoViewer?
151
How to Implement static object hierarchies in ATL ?
213
1.Get string1,string2,string3
1.add string1 and 2,string1 and 3.
2.replace vowels with T
3.count number of T.
4.remove T
5.COPY string1 to stringf.
6.restore string1.
print the following
1.Number of T
2.StringF
3.string1+string2+string3
Use pointers and functions
212
why we write function's implementation in .h file while
developing the Web application through VC++?