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. Well, you're right! It's not, but we didn't really focus on that any until we had a fully functional application.
The only big item we didn't implement, was an item that came up right at the end, we wanted to show the last winner in the area down at the bottom of the screen in big blog letters. And we wanted to rotate through remaining hopefuls and then finally pick a winner moving them to the winners table.
The application is a firm believer of the KISS principle. We did the entire application in about an hour and a half. And that is including some refactorings, and changes we made along the way. I'm pretty happy with the application, and will love it once we have the "Jackpot" style UI element added.
We added validation as we needed it, and decided to keep the applications logic in the UI, as hard as it was for us to do, to in this case to follow our KISS guidelines.
We have used RNGCryptoServiceProvider class already in the Pocket PasswordGen application on day six. This class makes sure that our random numbers are statistically random and not pretend watered down random.
Byte[] randomBytes = newbyte[4];
RNGCryptoServiceProvider rng = new RNGCryptoServiceProvider();
rng.GetBytes(randomBytes);
// Convert 4 bytes into a 32-bit integer value.
int seed = (randomBytes[0] & 0x7f)
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:
ChessTimer ChessTimer - This program allows you to time the moves for two player in a chess game.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer
PDAmill Lawn Chair PDAmill Lawn Chair - Lawn Chair is a simple application which can help you increase your Windows Mobile game-playing experience in a natural and organic way, helping you contribute to a sustainable development of the cosmic spirit, body and mind!
To us, playing Windows Mobile Games is not a burden
Medieval Heroes II Official Map Pack Medieval Heroes II Official Map Pack - The map pack contains 5 new maps for Medieval Heroes II for Pocket PC and Medieval Heroes II VGA :Norse Raid, Blitzkrieg, King of the Hill, Great Sea and Eastern Empire.
Please, note that you must have the original Medieval Heroes II or Medieval Heroes II VGA installed to play additional missions
LotteryChances LotteryChances - This program calculates the chances of winning the 'jackpot' only in a draw. Enter the number of numbers possible and the 'jackpot' numbers.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
BingoSender BingoSender - This program allows you to select a number of Bingo Cards and send them to a person with the PocketPC BingoHolder via IRDA.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
TildeTech Dictionaries - English TildeTech Dictionaries - English is a free kit providing the English word definitions file required by the TildeTech Free Dictionary tool and also used by the TildeTech Word Games. The free dictionary is based on Princeton's WordNet dictionary
Texas Hold Em Odds Calculator Texas Hold Em Odds Calculator - Calculating odds is essitial to becoming a winning poker player. With this program, you can stop losing and start winning. Texas Hold Em Odds Calculator instantly calculates odds and probability, allowing you to make profitable decisions at the table. This program is excellent for both live and online play
Multiplayer for COD2 Pocket PC This is the Multiplayer add-on for Call of Duty 2 Pocket PC. The purchase of COD2 Single Player is required to play Multiplayer
XFMobile WM 6 XFMobile WM 6 - Use Xfire on your mobile with: xfmobile!! Finally available, xfmobile is the Xfire gamers messenger application for mobile! Current users' feedback: "Been waiting for someone to release an Xfire app.Tks for creating this
Other Software by developer «Chris Craft»:
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 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
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
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
What Is My IP? 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