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:
PowerPredicter PowerPredicter allows you to compare the prices to run a device on a smart power meter. Enter the wattage of the device and select the usage time to display the total price to run the device. The price list is from HorizonUtilities
procMan You don''t know what is your device''s processor family (ARM, ARMV4, SH3, MIPS?)? And so, you don''t know which CAB files to choose fore installing applications on your device? !!
Large Text Scroller Large Text Scroller - Large Text Scroller makes a typed text scroll across the whole screen infinitely. Type in your text, up to 15 characters then hit the button and there ya go. Scrolling. Large. Just copy the .exe to your device/card and run. It works good on Omap devices but better on 400mhz+ devices
Qusnetsoft MHT Viewer Qusnetsoft MHT Viewer - Qusnetsoft MHT Viewer is a viewer that allows you to view MHT HTML Archive Files saved by desktop version of MS Internet Explorer.
Viewer associated with MHT files. decoded it when opening and then used PIE for view decoded content
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
MSCEInf MSCEInf - MSCEInf is a utility to find and analyze all the data contained in installation CAB files.
The program automatically extracts the file "000" from CAB files or selected TSK and analyzes it. It can also analyze already extracted files "000". A full report is posted in page control
Pocket IIR Filter Designer Pocket IIR Filter Designer - Infinite Impulse Response (IIR) filters have an impulse response function which is non-zero over an infinite length of time.
Now you can Design IIR filters with required specifications and view the respective graphs for Frequency Response, Impulse Response, Phase Plot and Co-efficient
MegaPack for Pocket PC MegaPack for Pocket PC - 101 great applications at one LOW LOW price: just 59
PQz_CHECK PQz_CHECK is a key code checker that displays key events
nueTTY-Console nueTTY-Console - nueTTY-Console is an utility to communicate with HTC-branded Windows CE devices in bootloader mode. It uses the WinUSB library to communicate with the device. Currently only working in Windows Vista.
WARNING!!!
Some commands can damage or destroy ("brick") your device
Other Software by developer «Chris Craft»:
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
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
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
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
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 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 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
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
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