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
DHCP Server Service won't start
convertin CString to const char*
vfp 9.0 line spacing
Vista file sharing across an Access Point / Network merging, etc.
Autodiscover
The SQL Server cannot obtain a LOCK resource at this time
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
How can I increase the size of the C drive on a new Dell server
After_Update Event not firing
Load picture into image using a recordset