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:
mobidjiin mobidjiin - mobidjiin is a small utility that is supposed to give you some information about your device, allow you to easily navigate through your contacts...
This is a alpha release - it doesn't mean there are big bugs or memory leaks, it just means that lots of menus are not handled, pictures are poor quality..
RandomViewer RandomViewer - This program displays the randomness of your PocketPC processor. Tap the button to start the program. The program generates a random number from 1-100. The top right corner is top count.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
FileDocumenter FileDocumenter - This program allows you to select a folder on your PocketPC and makes a HTML page with links and file time/date and size report.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
NotePublisher NotePublisher - This program allows you to select .wav note files on your PocketPC. The program creates a HTML page with links to the .wav files on it with file information.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
TimeCode TimeCode - This program allows you to set a time then converts the time to a "Code". You need the TimeDecoder to convert this back to a time.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
FolderCleaner FolderCleaner - This program cleans the temporary folders of your PocketPC. You can use this when you want to free up some ram space. Tap the button for the folder that you want to clean.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
MobileLeap MobileLeap - This program connects you to MobileLeap.net, an online website that compresses webpages. Tap the button and enter the URL for the site and the Mobile Leap service will compress the site.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
DateCode DateCode - This program allows you to select a day of the year and converts this to a code. You can use the PocketPC DateDecoder to decode this value.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
TypeComposer TypeComposer - This program allows you to pre-build custom types of a VisualBasic or QuickBasic program. Then you can export the type in a text file format.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
DringMoi DringMoi - You lost your phone somewhere in the house ... with the ringing off, of course. And, of course again, you can no longer get your hands on it!
Here is the solution ... DringMoi!
This little free program allows you to activate, by simple calls, the ringing of your phone
Other Software by developer «Chris Craft»:
Mobile Weather Mobile Weather - 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 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
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
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
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
Pocket Death Clock Pocket Death 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.
Let's have some fun today. And do an application that is just for kicks
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
SMS Logger SMS Logger - 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've had a lot of requests for SMS related applications
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