how to get a device name for a given ip address

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jinnahsma
    New Member
    • Aug 2013
    • 1

    how to get a device name for a given ip address

    Hi all,

    I need to get the network device name for the given ip address..

    I tried with dns.getHostByad dress but it didn't worked..

    help me on this
  • vijay6
    New Member
    • Mar 2010
    • 158

    #2
    Hey jinnahsma, try this...

    Code:
    Dns.GetHostEntry("IP Address").HostName

    Comment

    Working...