This is a simple library that returns the MAC Address of the current PC. Designed to work on B4J
**Does not work on B4A**
example.
**Does not work on B4A**
example.
B4X:
Dim S As String
Dim ti As jGetMac
S = ti.MacAddressFromClient
lbl1.Text = S
Attachments
-
1.9 KB Views: 666