remote computer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tracid83@hotmail.com

    #1

    remote computer

    Hello,

    I would like to find a remote netbios computer name in c#. I don't
    want to use WMI because I don't have all permission.
    Thank for your repoonse.

  • Michael Nemtsev

    #2
    Re: remote computer

    Hello tracid83@hotmai l.com,

    try System.Net.Dns. GetHostEntry("1 92.168.2.1").Ho stName
    Hello,
    >
    I would like to find a remote netbios computer name in c#. I don't
    want to use WMI because I don't have all permission.
    Thank for your repoonse.
    ---
    WBR, Michael Nemtsev [C# MVP] blog: http://spaces.live.com/laflour
    team blog: http://devkids.blogspot.com/

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    Comment

    Working...