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

  • shun / 206 / Sun, 05 Apr 2009 04:06:00 GMT / 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:

    identify, system, connected, network, vc++.net, dotnet, visual, visual c

  • http://dotnet.itags.org/visual-c/71213/«« Last Thread - Next Thread »»
    1. > 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 |

    2. "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 |