Microsoft
Software
Hardware
Network
Question : How to get local IP of Windows CE device.
How do I obtain the local IP address of the device on which my VB.NET CF app is running? I have seen a number of references to Dns.GetHostEntry, but I can't seem to get it to work.
Answer : How to get local IP of Windows CE device.
Let's try this:
1:
Dim MyIP as string = Dns.GetHostEntry(Dns.GetHostName()).AddressList(0).ToString())
Open in New Window
Select All
Random Solutions
WSUS 3.0 SP2 - Specify intranet Microsoft update service location
visual Basic PowerPacks PrintForm margins
GPO
IIS Start call function
SSIS package : error handling
last6months access
Could not find linked table, problem when adding tables
SQL query - AVG TOP 10
Mail Merge: Data across multiple rows
What is the difference between members in Admistrators and members in Domain admins.