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:
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..
Gamer Gamer - New: Free all Show Cursor, Scan in PC, Save scan command, Address write, Menu command in game
Install:
Unpack all file to SD/Mini card, and start Gamer.exe in mobile
RaffleTickets RaffleTickets - This program can be used when you have a raffle draw. You can pick random tickets and send them to the PocketPC RaffleTicket.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
CeoCom With CeoCom (from the EVE-Online neocom) you can download your EVE-Online Character Information to your mobile device and keep track of skills, server status, wallet, balance and more.
For Windows Mobile and Desktop PCs! Just make your pick during the installation
SportsGPSer SportsGPSer - SportsGPSer can be used in a sports game to track the GPS of the players in real time via FTP server. Every second the program re-FTP's the players position to the FTP server.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Pocket 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
Sudoku Solver Sudoku Solver - Input a sudoku puzzle and click 'solve all'. The app will do the business for you. You can save or load sudoku's, as well as create random puzzles based on a difficulty slider
What's New in This Release:
· This a major change to the game. A full menu interface has been coded in, making room for a quick selection numberpad underneath the game grid
Pocket Chess Strategy Pocket Chess Strategy - The file size for download:
Program files: 1.3 Mb
Framework program (if it has been installed you needn't download it once again) - 12 Mb
The documentation in MS Word format- 0
Smart Gambler's Calculator for Pocket PC Smart Gambler's Calculator for Pocket PC - The main input parameters are grouped into several groups. The first group contains data about the properties of a single bet: probability of winning the bet, and the payoff (prize-to-bet ratio)
Pocket 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
Other Software by developer «Chris Craft»:
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 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
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
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
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 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
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
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
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