Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
FBReader LitRes plugin (Android)
Blocky city: Ultimate police 2
Stick hero go!
Biggie Smalls Live Wallpaper
myi Today Theme - Flora & Fauna Theme Pack with FREE THEME SWITCHER
SquirrelGolfballs
#2 Advise me
Prom Night Makeover
Cooking dash 2016
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Action & Shooting
Adventure
Arcade
Board
Card
Casino
Game Packs
Games Emulators
Kids
Memory & Reaction
Puzzle & Logic
Racing
Role games
Simulations
Sport
Strategy
Utilities
Word
Zombie
More
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
Prize Picker





Prize Picker
Version: 1.0

Platforms: Pocket PC


Categories: Entertainment, Games

Upload date: 16 Aug 11

Developer: Chris Craft

License: Freeware

Downloads: 53

File Size: 11 Kb
Download Free Prize Picker 



Rating: 1.8/5 (Total votes: 5)




  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:

Pocket Chess Opening InstructorPocket Chess Opening Instructor
Pocket Chess Opening Instructor - The file size for download: Program files: 4,46 Mb Framework program (if it has been installed you needn't download it once again) - 13 Mb Descriptions: Pocket Chess Opening Instructor is an interactive tutorial for the Pocket PC for intermediate players. This is a perfect opening manual
Pocket Chess DatabasePocket Chess Database
Pocket Chess Database - Pocket Chess Database is a program for Pocket PC to help you find the games you are looking for in a pgn (Portable Game Notation) file. It does this by importing TAG information from the pgn file, and uses it to create summary tables, giving a good overview of the file's contents
D&D Attack RollerD&D Attack Roller
A heavy duty D&D attack roller. Ideal for high-level monks and fighters, but saves time for anyone as it performs several dice rolls and calculations in under a second. 12 extra roll/bonus slots
PDAmill Lawn ChairPDAmill 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
YanCEyWare Tangrams Puzzle Pack 2YanCEyWare Tangrams Puzzle Pack 2
YanCEyWare Tangrams Puzzle Pack 2 - This is expansion Puzzle Pack 2 for use with YanCEyWare Tangrams. This puzzle pack contains 100 additional puzzles. Please note that there is nothing to install with this purchase. The puzzle packs are installed as part of the YanCEyWare Tangrams freeware installation
Character Sheet for RPGCharacter Sheet for RPG
Character Sheet for RPG - Character Sheet is an information sheet that stores information on your Dungeon and Dragons (D&D) 3rd Edition character (D&D is a registered trademark of Wizards of the Coast) conveniently on your Microsoft PocketPC based device
Texas Hold''em Calculator for PPCTexas Hold''em Calculator for PPC
Texas Hold''em Calculator for PPC - Stop losing, start WINNING! Many poker players cannot understand why they lose money playing good starting hands. The reason is- hand values fluctuate greatly depending on the number of people in the pot. (See for example these links: http://www.online-texas-holdem-poker.net/poker_strategy_expert
Baccarat Result Tracking Analysis 1.3.5Baccarat 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
Pocket Chess Tactics ARTPocket 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
Pocket Encyclopedia of Chess MiddlegamePocket Encyclopedia of Chess Middlegame
Pocket Encyclopedia of Chess Middlegame - The file size for download: Program files: 1.4 Mb Framework program (if it has been installed you needn't download it once again) - 12 Mb The documentation in MS Word format- 0
 

Other Software by developer «Chris Craft»:

SMS LoggerSMS 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 SpeedometerMobile 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
Pocket Death ClockPocket 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
TripprTrippr
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 ReaderCommunity 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
MobileInfoMobileInfo
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
GPS ClockGPS 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
Lunch-O-MaticLunch-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 SMS ContactMobile 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 SMS RemoteMobile 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

» show more

 

Comments on Prize Picker:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Prize Picker is compatible with your device Lenovo ET960
 
 
© Pantich 2009 - 2025 All rights reserved.