Hey,

Right, I decided to have a play with the code a little and I have come up with the following, and I thought I would get some thoughts before checking anything in, so here goes...

Main Form (all screen real estate is given to the TextBox):

Name:  mainForm.jpg
Views: 462
Size:  25.1 KB

About Form:

Name:  aboutForm.jpg
Views: 461
Size:  26.6 KB

Settings Form:

Name:  settingsForm.jpg
Views: 468
Size:  29.6 KB

I know there are two schools of thought on this, but I decided to only use one form and then multiple panels to create the different pages, this prevents the need to instantiate multiple forms, rather simply show and hide panels, this should keep the app responsive.

In the designer, this means it looks like this:

Name:  designer.jpg
Views: 470
Size:  52.7 KB

I have to play some more obviously with the Settings screen, I have a GroupBox Control that I want to use to group like settings. There isn't one be default in the Compact Framework, so I rolled my own in another project.

The usage of the form has changed slightly. Rather than having both a start button and a verbose button, you now either check or uncheck the verbose menuitem and then depending on the checked state you either start in normal mode or verbose mode.

Let me know what you think, and if you like it I can finish it off and then check in the changes.

Gary