ComputerName Object

Description

This object will return the different names for the current machine.

Methods

NetBiosName

DNSName

DNSFullName

Example

Set cn = CreateObject("Toolsack.ComputerName")
 
MsgBox "NetBios name is : " & cn.NetBiosName
MsgBox "DNS name is : " & cn.DNSName
MsgBox "FQDNS name is : " & cn.DNSFullName
 

Samples

Articles



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.