Search found 5 matches
- Mon Mar 14, 2005 4:22 pm
- Forum: General Discussion
- Topic: Get MAC-Address ?
- Replies: 19
- Views: 7460
- Sun Mar 13, 2005 3:09 pm
- Forum: General Discussion
- Topic: Get MAC-Address ?
- Replies: 19
- Views: 7460
- Sun Mar 13, 2005 2:46 pm
- Forum: General Discussion
- Topic: Get MAC-Address ?
- Replies: 19
- Views: 7460
Thanks, it works fine with the tip from viewtopic.php?t=7347
There is an error in procedure CPUSpeed()
ulEAX_EDX is not a valid operator
I have make a comment over the procedure and the call and then it works

There is an error in procedure CPUSpeed()
ulEAX_EDX is not a valid operator
I have make a comment over the procedure and the call and then it works
- Fri Mar 11, 2005 7:47 pm
- Forum: General Discussion
- Topic: Get MAC-Address ?
- Replies: 19
- Views: 7460
- Fri Mar 11, 2005 6:51 pm
- Forum: General Discussion
- Topic: Get MAC-Address ?
- Replies: 19
- Views: 7460
Get MAC-Address ?
Hi, i try to make a little tool for a school. There is a network with 46 clients and i hope the tool will make the work with the clients a little bit easier :) . My problem now is, how can i get the mac-address from the networkadapter? In Visual Basic i can use the WMI Object,but in PureBasic? And ...