ok - one thing though - been meaning to mention this for a while - your obviously not developing on Windows XP but, the MISC option window appears a bit "squished" when displayed on XP.

Think it has to do with the form height and width (especially the height). I think because the XP TitleBar is a little bit "taller" then some other OS's, the height of the form doesn't translate too well. Might want to use the ClientHeight and ClientWidth properties to specify the INSIDE dimensions of the form. This will get translated identically on all os's.

Just had to think of something to keep you up tonight ! [Wink]