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
WIndows Vista dont boot, blue screen
Disable 'create profile' enquiry in Windows 7
the certificate is invalid for exchange server usage
How to discover the IP address of a wireless access point without looking at the DHCP client list
TextBox and Validation Rule
FTP to unix servers from windows using VB 6.0 or Excel VBA
Need advice on approach: one recordset, or multiple recordsets?
Customizing MS Word 2007 RibbonX - ComboBox OnChange doesn't fire
Failover Policy for MSCS 2008 + SQL Server 2008
Creating SQL Database during .NET setup