Magic 8 Ball
The basic idea behind this project was two fold;
- Get some small measure of experiance with C#
- To get some small measure of experience using the Compact .Net Framework on a Windows CE and Windows Mobile based phones.
The interface was very simple, just a button and a text box; the most challenging part of the project was infact getting it to read from the .txt file as, unlike Windows based programs, opening a file without a path name simply loaded it from the root of the storage the program was loaded from. Apprently CP .Net has no concept of ‘current path’ when launching an application.
Project Status
Totally completed.
Requires
.Net Framework v2.0 at least installed.
A Windows Mobile based phone and software required to install programs to it for viewing on a phone.
The phone also requires the Compact .Net Framework v2.0 installed.
Downloads
C# Magic 8 Ball (0 bytes)Source code and Visual Studio 2005 project files.
You must be logged in to post a comment.