It's a bit buggy. Here's what I found:
1. When maximized in 1125*768 the top Titlebar line doesn't stretch across the whole screen. Quite easily fixed, just put in the line of code: "Line1.X2 = Form1.width"
2. When maximized, if you try to move the Form with the Titlebar it gives an error: "A form can't be moved or sized when minimized or maximized." - Again, this could be fixed by just putting a conditional "If Form1.windowstate = 0 Then DoFormMove()"
3. You might want to make a way to resize the Form.
Other then that, it's pretty good.
"Computers are useless they can only give you answers."