i am dealing a project, in which i stuck here, the problem is i am new to
VC++.net so i need a friends help to solve this problem.
I have to identify a system which is connected in a network using VC++.net
, please if anyone go through this reply me.
I am very thankful to people who spare their time to read this question and
specially for people who reply with some code.
Thanks
Regards
Shun
Hi AllI have one query, and need urgent help here. It is related with WindowsAddressBook(WAB). Suppo...
By hbb
Hi,I have written a method to convert a managed string to anunmanaged string in C++. However, I am j...
By tommy
I am working on a function that displays all related names when the userentering name. For now, I on...
By anhtruong
Hello,I have C++ code that I used to compile on VC++ 6.0compiler. Now after some modifications I hav...
By vibhesh
Hi.I'm a newbie here. Please help.When i purchased Dell laptop recently with Microsoft VISTA Home Ba...
By bqwtpbw8wnw, 1 Comments
I am Italian developer, escuse me for my bad EnglishI have a problem with ODBC.I must link to a data...
By gpbsoft, 1 Comments
Hi,We have several 64-bit libraries here built with vc7, AMD64 SDK. I'mwondering if it is OK to...
By tarasovsyankin, 3 Comments
I understand how to pin pointers as they are declared, but for somereason, I can'f figure out the sy...
By hbb, 3 Comments
Hi!I'm trying to start a process with different credentials. But I cannot evencompile my code as the...
By chris, 3 Comments
> i am dealing a project, in which i stuck here, the problem is i am new to
> VC++.net so i need a friends help to solve this problem.
> I have to identify a system which is connected in a network using
> VC++.net , please if anyone go through this reply me.
> I am very thankful to people who spare their time to read this question
> and specially for people who reply with some code.
What exactly do you mean by identify?
getting the computer name, the ip address or something else even?
Do you program a managed .NET application, or a win32 application?
for a native app you could use GetComputerName for example, but it all
depends on what you want exactly, and what kind of application you are
writing.
--
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren...hotmail.com
Remove only "_nos_pam"
brunovandooren | Thurs, 27 Dec 2007 19:11:00 GMT |
"shun" <gaffar.syed...gaiansolutions.com> wrote in message
news:ezyVqK7iGHA.4660...TK2MSFTNGP03.phx.gbl...
> I have to identify a system which is connected in a network using
> VC++.net, please if anyone go through this reply me.
If you are interested in TCP/IP connectivity, take a look at this:
http://msdn.microsoft.com/library/d...etworkalive.asp
and this
http://msdn.microsoft.com/library/d...nectedstate.asp
Regards,
Will
williamdepalomvpvc | Thurs, 27 Dec 2007 19:12:00 GMT |