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
Connect to a Crosstab query in Access from Excel
Microsoft Reporting Services Event Log Error
Windows Home Vista fails to startup - Black screen with mouse pointer
way to get min (or max) of field in query for report
Urgent System.UnauthorizedAccessE<wbr />xception
kerberos client received a KRB_AP_ERR_MODIFIED error
Drive Letter on Boot Partition .... Made a Mistake
Memo Fields start getting truncated
How to avoid the Sum of column rounding to .02 more than actual.
runtime error when creating image from stream of bytes (Parameter is not valid)