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:
Geography Trivia Flash Cards Geography Trivia Flash Cards - Geography Trivia for Pocket Flash Cards
Pocket Flash Cards for Pocket PC is a program you can us to quiz yourself by looking at the question and answering it, then checking your answer
Infracciones (Wireless Citation) Infracciones - Traffic citation prototype for Windows Mobile with GPRS/WiFI capability for sending electronic citation wirelessly. Full Open source solution based on PHP, Apache and MySQL servers. Compiled with EVC++ 4.0 but runs ok on Windows Mobile 2003, 5 and 6
M-Champagne M-Champagne - Now you can have the iPhone fun application in your Pocket PC
Cleaning QA Cleaning QA - Assess the cleanliness of your building with Cleaning QA. Use the checklist and score that your cleaners are using to see if you are getting good value from your cleaning contract. Amend the Cleaning QA project to your specific requirements in Pocket PC Creations, also available at Handango - see All Products by CreativityCorp, above
FREE Lightning Distance Calculator FREE Lightning Distance Calculator - Know how far the lightning is! Click the Navigation button when you see the lightning, then click it again when you hear the thunder. The calculator provides time interval between the lightning and the thunder and the distance to the lightning. The Lightning Distance Calculator is completely FREE
ihath ihath - Live compassionately and fearlessly in the face of challenges. That is the message that ihath has to offer. A daily message is displayed in your today screen to remind you that everyday is an opportunity to live in fullness. ihath is a small espresso shot for your soul
Digital Dressing Room for Pocket PC Digital Dressing Room for Pocket PC - This is a 2-in-1 Pack with Less Price. The Ultimate Dressing application for both men and women. More than 100 styles(including tops,bottoms,wigs,purses,gowns, jewels,etc.), unlimited number of colors(you can change the colors of the styles), add any photo available on your pocket PC
Age Calculator Enter birthdate and get age in years, months and days
PocketPessoa An application with some statements from Fernando Pessoa, a wonderful Portuguese poet
Digital Hairstyle for Pocket PC Digital Hairstyle for Pocket PC - Get your personal Hair stylist in your Pocket PC , see yourself in short, medium , long , fancy hairstyles for ladies and in different hairstyles for men. Add any photo available on your Pocket PC , zoom option , move option added to fit your face . Try millions of hair colors on your photo
Other Software by developer «Chris Craft»:
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 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 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 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 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
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
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
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