Forum: VB.NET Jan 21st, 2006 |
| Replies: 6 Views: 44,172 oh ok i thought you were trying to get the MAC and other things too.
your dns is in the form xxx.xxx.xxx.xxx
so there is a clue. it is DELIMITED by the . (period)
so instead of your... |
Forum: VB.NET Jan 21st, 2006 |
| Replies: 6 Views: 44,172 use System.Management classes to do it. Writing WMI queries. Have a look at it and if you are stuck let me know and i will give you some code. |