Search found 5 matches

by HB
Mon Mar 14, 2005 4:22 pm
Forum: General Discussion
Topic: Get MAC-Address ?
Replies: 19
Views: 7460

Works fine, thanks :P
by HB
Sun Mar 13, 2005 3:09 pm
Forum: General Discussion
Topic: Get MAC-Address ?
Replies: 19
Views: 7460

Another question, is there a way to change the IP and to change the username in the profiles? In Visual Basic you can change the IP with WMI like this:

Private Sub ChangeIP(ByVal strNewIP As String, _
Optional ByVal strSubNetMask As String = "255.255.255.0")

Dim lngStatus As Long
Dim strSQL As ...
by HB
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
:)
by HB
Fri Mar 11, 2005 7:47 pm
Forum: General Discussion
Topic: Get MAC-Address ?
Replies: 19
Views: 7460

Wow, thanks for the help :D . I will try it, i think it will take a time :wink: . I will present the result of my work so it will be ready :) .
by HB
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 ...