Quote:
Originally Posted by Cableguy
As I understand from This page on MSDN, the MAC Adrees cannot be reach on WM....
|
That is .NET, I used P/Invoke - look at the web link in the demo.
Code:
[DllImport("iphlpapi.dll")]
private static extern int GetAdaptersInfo(byte[] pAdapterInfo, ref uint pOutBufLen);
Quote:
|
So did you target the OPenNETCF?
|
No, like I said inthe PM it got too complicated.
Quote:
|
but still I would like to leran to fish, instead of being given the fish.....
|
I suggest you start with something simpler!