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:
EverQuest Upper Torso Gear EverQuest Upper Torso Gear - Gaming Guide. This is a complete Upper Torso area inventory for the game EverQuest including Finger, Wrist, Arms and Hands. The following Name of item, Stats for the item, Zone item is acquired in and the effect if any. Completely searchable by any word, name, attribute, etc. Updated as of March 3, 2002
Pocket Chess Tactics for Beginners Pocket Tactics for beginners is a Pocket PC version of the famous program Chess Tactics for beginners. The author, well-known coach Ivaschenko, has been working at this chess material for over 20 years and many experts consider his handbook to be the best for beginners
Baccarat Result Tracking Analysis 1.3.5 Baccarat Result Tracking Analysis 1.3.5 - Win Baccarat with this Asian Baccarat Result Tracking Analysis System.
Why do some players have a higher chance in winning a baccarat game?
Asians developed this system a long time ago. We did not invent them
Blackjack Counter/Expert Bundle for Pocket PC Blackjack Counter/Expert Bundle for Pocket PC - Blackjack Counter and Expert together for $50... over 25% off the separate price!
Blackjack Counter and Expert are a game simulator and testing tool combined in one easy-to-use program. As you play against the computer, your decisions are tested for correctness: actions, index plays, bet sizes, and insurance
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
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
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
PokerSnitch PokerSnitch is a new Hold Em Poker Hand Analysis tool. It allows you to quickly analyze what can improve a defined Poker Hand. It will also let you to run tests to simulate X number of hands being played with up to 4 predefined hands, showing you just what is a better hand in a given flop or just how bad the bad beat you took was
Other Software by developer «Chris Craft»:
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
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
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
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
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 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
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 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
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