Home » Category » DotNet Visual C

DotNet Visual C: identify a system which is connected in a network using VC++.net

206| Thu, 27 Dec 2007 19:10:00 GMT| shun| Comments (2)
Hello Friends,

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

Keywords & Tags: identify, system, connected, network, vc++.net, dotnet, visual, visual c

URL: http://dotnet.itags.org/visual-c/71213/
 
«« Prev - Next »» 2 helpful answers below.
> 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 | Thu, 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 | Thu, 27 Dec 2007 19:12:00 GMT |

DotNet Visual C Hot Answers

DotNet Visual C New questions

DotNet Visual C Related Categories