Thread: OpenNETCF
View Single Post
  #7 (permalink)  
Old 05-11-2008, 06:02 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,208
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

Quote:
Originally Posted by Cableguy View Post
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!
Reply With Quote