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:
Hasard Hasard lets you effectively simulate the launch of one or more dice, but also of a coin (heads or tails), the draw of a card in a game, and so on
YanCEyWare 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
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 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
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
BingoVerifier BingoVerifier - This program allows you to keep track of the picked balls during a bingo draw for verification purposes.
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
ScoreCounter ScoreCounter - This program program can be used for 4-player games. Press the joypad to add 1 to each score. When you are done the game you can reset the score.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Backgrounds for 600 Solitaire Games 4 Backgrounds for 600 Solitaire Games 4
This file contains background picture for 600 SOLITAIRE GAMES. You must install this game on your device in order to use the file
Pocket Game Spy Pocket Game Spy is a game cheater/trainer/modifier, memory editor/hacker editor for Pocket PC
Usage:
1) Start Pocket Game Spy on your Pocket PC and then launch the game.
2) Remember the value of the object in the game you want to manipulate (for example, Lives, Score, Mana, Money, Ammo, etc). Lets assume the value of your “Score” is 100
Pocket Chess Timer Pocket Chess Timer - A compact digital chess timer that can be carried around with your Pocket PC. It is simple, straightforward and available to you anytime you have your Pocket PC. With two huge buttons, black and white knight pictures on them, your opponent will never press the wrong button
Other Software by developer «Chris Craft»:
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 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
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
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 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
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
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