Will Code For Device - Winner

Will Code For Device – Winner

Christopher Hockenberry

This application is called Dumpster. It is used to take practice tests based on BrainDumps. BrainDumps are lists of raw question data people have put into a specific format, so as to create practice tests for Microsoft and other companies certification tests. Most sites have an online or html version of this application that allows the user to practice for various test. This is the portable version of those programs. The application includes several braindump files, help files explaining how to use the application, and the application installation as well. Here are the key features to this application that I would like to highlight:

  • Implements ImageButtons
  • Has a randomizer built in
  • Has an autosizing label used in the Answers text(Strings are reformatted and the MeasureString function is used to determine the height to set the label)
  • Has an array handler
  • Reads the current device serial number or ID
  • Reads and writes from an XML file
  • Has its own HTML parser (used to strip HTML from files and reformat the test)(Not the OpenNet CF version)
  • Uses inheritance and Overloading
  • It's setup launchesthe CEApplicationManager
  • The icon file contains both a 16 and a 32 Icon

Show me the code