What Is My IP? - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
You may have seen sites like WhatIsMyIP.com, IPChicken.com, and my favorite IPCow.com. Most people prefer command prompt and good ole IPConfig. But sometimes when you are troubleshooting an issue with a friend of family member over the phone that's not always the best idea. Usually in those kind of situations it is easier to send someone to a Web site and just have them read the value to you. I think some of the sites above will render appropriately on a mobile device, pretty sure IPCow.com does.
But what if you can't connect to the Internet, and you need to see your Intranet IP address. In this case, and many others, one wants something a little more direct, and clear.
For this reason, "What is My IP?" exists. It couldn't be simpler. Run the program, then see your IP address, or IP addresses in case you have multiple connections open. Which is very possible with today's devices, with everything from Bluetooth, cellular connections, wireless connections, and more.
This application only does one thing, so it needs to do it very well. And it needs to be appealing in how it looks and how it does it.
Since the application has minimal features, it has a minimalist style to it. There is only one focus point of attention and that is the large network icon in the center of the screen. Everything else is clean and simple.
There's only one method of note in this application: RefreshData()
comboBoxDeviceIP.Items.Clear();
for (int i = 0; i < addresses.Length; i++)
comboBoxDeviceIP.Items.Add(addresses[i].ToString());
if (comboBoxDeviceIP.Items.Count > 0)
comboBoxDeviceIP.SelectedIndex = 0;
}
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
Similar Software:
FolderButtons FolderButtons - This program allows you to enter up to 7 folders that you use often. Tap the button next to the folder name to open it with file explorer.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
BytesCommander BytesCommander
Use it to troubleshoot your hardware such as modem via RS232 communication from your PocketPC. It''s quick, convenient and hassle-free.
Support multiple format view: view as ASCII, Hex, Octal or Binary format.
Autolog - configure it to automatically log all data received in flat file
UCee UCee is a software that connects two computers or smartphones together even when they are on separate private networks. The computers/smartphones communicate directly using peer-to-peer streaming technology
RegisteredSoftware RegisteredSoftware - This program allows you to keep track of the software that you have registered. You use a separate file for each type of computer.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Phone Today (PPC Phone Edition) Phone Today (PPC Phone Edition) - Phone Today is a Today Screen plugin which displays the status of your connected GSM phone, or Pocket PC Phone Edition device.
Phone Today works with any GSM phone which is connected to your Pocket PC through a serial connection, and which supports GSM 07.05 and 07
Casio VB Runtime - Pocket Innovations Casio VB Runtime - Pocket Innovations - Pocket Innovations- Powerful applications for a portable world Pocket Innovations releases VB Runtime to allow users to run Visual Basic programs without hassle. Some programs delete these files when uninstalled, causing havoc to your system
Toggle3G Toggle3G - A little tool that toggles between 3G and GPRS. Basically it does the same as if you click on the 3G button in the CommManager.
The main usage would be in scripts or through a shortcut as it has no GUI and toggles it quite fast
AudioRouter - VOIP Earpiece Fix for OMAP Phones AudioRouter - VOIP Earpiece Fix for OMAP Phones - If you are trying to use VOIP on many phones you will notice that the audio comes out of the rear speaker. If your phone is based on OMAP and uses the TWL3016 baseband process (e.g. Excalibur, Herald, Pheobus) then this fix is for you. This fix should work with Skype too
BooksLinker BooksLinker - This program allows you to select eBooks on your PocketPC and creates a HTML page for them with download and picture links. NOTE: Images Book Name.jpg
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
sdf2xml Sdf2xml can convert MS SQL Server CE files (.sdf) to xml
Other Software by developer «Chris Craft»:
Prize Picker Prize Picker - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
There is probably someone out there who doesn't think this is the best looking application ever
Mobile SMS Remote Mobile SMS Remote - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Mobile Quiz Mobile Quiz - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today we are going to look at another classic goal in Mobile development, data collection
Trippr Trippr - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
You've probably already figured out what this application does
Mobile SMS Contact Mobile SMS Contact - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today one of my readers, Paul Diston, made the following request
MobileInfo MobileInfo - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Information is power. And with the .NET Compact Framework we can have all the information we want
Mobile Speedometer Mobile Speedometer - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Mobile Signature Mobile Signature - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Community Megaphone Reader Community Megaphone Reader - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
GPS Clock GPS Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
I couldn't resist creating another GPS related mobile application