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:
Ping Ping - As the original ping in Unix, This tiny tool provides the possibility to determine whether a specific IP address is accessible. It is the primarily troubleshooting tool for Internet and Ethernet connections
Pocket M3Gate Pocket M3Gate - Pocket M3Gate is a WAP navigator. It supports the WML pages that you might usually view on your mobile phone.
The interface very much resembles that of Pocket Internet Explorer with the ability to define favourites. However, I could not get a easy to read font.
Pocket M3Gate uses HTTP, so there's no need for a WAP gateway
PPC-charmap Simple character map program for Pocket PC (like charmap in Windows)
RasMan RasMan - RasMan now lets you easily dial your RAS connections without having to go through Connection Manager. Manager all your RAS connections with one simple tool. Runs in your system tray for easy access
· Change your User Name or Domain name on the fly.
· Keep your passwords stored or enter them as you connect
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
PQz_KEY PQz_KEY - PQz_KEY is a tool to send key codes with args.
How to use PQz_KEY with PQzII:
1)
When push 'A' button, open Start menu.
PQzII option => Program => ADD =>
"none" "0x41" "(Path)PQz_Key.exe" "D:02 U:02"
PQzII option => System => Start
"none" "0x02"
2)
PQz_KEY
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? !!
VJSmallIcons VJSmallIcons - This program is used to shrink the icons in the Start Menu > Programs launcher built into Pocket PCs.
Note: it only works once, each time you change the folder. So assign it to a hardware key.
Note: you must launch "programs" once before use; it will complain if you don't.
Install the cab and launch the shortcut
AddTasks AddTasks is an add-on module to the Pocket Outlook Tasks
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
Other Software by developer «Chris Craft»:
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 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
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 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
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
Lunch-O-Matic Lunch-O-Matic - 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.
Being a geek, I have a lot of geek friends. Being friends, we tend to eat lunch together
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
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
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