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:
Diamond Cubes Diamond Cubes is a small OpenGL based program that allows you to use your Diamond as a "Dice Shaker"
SYBERIA SYBERIA - Best PC Adventure Game of 2002 ... NOW on your Pocket PC !
Freely inspired by Benoît Sokal’'s work
From the makers of ATLANTIS REDUX and Return To Mysterious Island
- THE STORY -
A journey beyond compare..
ATLANTIS REDUX ATLANTIS REDUX Full english version Subtitled in 4 languages - French - German - Spanish - Italian
Compatibility: Atlantis Redux is playable on any WM 2003/5.0 PocketPC/PocketPC Phone and WM 6.1 PRO devices
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
Pocket Chess Tactics ART Pocket Chess Tactics ART -The file size for download:
Program files: 1 Mb
Framework program (if it has been installed you needn't download it once again) : 12 Mb
The documentation in MS Word format : 0.2 Mb
Descriptions:
Pocket CT-ART is the first training program on chess tactics for Pocket PC
TrophyToGo TrophyToGo - PSN Trophy viewer for Windows Mobile.
This is a very early version and will as such have bugs and missing features. Also, even though you can specify when to download infos, there will be traffic that may cause additional costs for you - depending on your network plan
PocketDice PocketDice - Gamers with Pocket PCs need no longer envy the Palm people for the high-quality die roller they have. Configure dice buttons for any game system, common or obscure. As well as specific dice and counting methods for various games, generic schemes flexible enough to model anything else are provided
Pocket Chess Basics Pocket Chess Basics is an interactive tutorial for the Pocket PC for novice players, both children and adults, who have already learnt the rules of chess and now wish to become players of intermediate strength
Army Stats Army Stats - For players of the online shooter "America''s Army" - After I play this game, I''d usually like to know my Honor level. No problem, start my browser and log in to americasarmy.com. But what if I play until the last moment and then have to leave? (Like ever ;-) )
Here it comes: Army Stats
Crossword Puzzle Bundle #6 for Pocket PC Crossword Puzzle Bundle #6 for Pocket PC - 6 bundles of 31 puzzles puzzles for Crossword Puzzles for Pocket OS! We''''ve licensed several years worth of crossword puzzles from Washington Post puzzle master Fred Piscop to bring you a selection of challenging and fun crosswords
Other Software by developer «Chris Craft»:
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
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
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
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 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 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
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
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