Hi,
I need to check the MAC Adresses on my Computer.
I use the follwoing code and get alwys the follwing Error "error: cannot obtain value"
Dim strtemp As String
strtemp = info(
"MacAddress").ToString() If strtemp = MacAddress ThenbReturnValue =
True Exit For End If NextI have no clue what the problem could be, Any good ideas?
Thanks
Bastian
BastianPosted May 23, 2007, 4:33 PM
Thanks a lot, its funktioning.
Best Regards
Bastian
Sibusisiwe MketwaPosted May 22, 2007, 4:11 AM
Import the following namespace.
Declare following object variables.Execute the query.
Get MAC address from the query result.
Dispose object variables.