In the form properties of your MDI form, set the "window state" property to "2 - Maximized" and you would get a full screen application.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
Set the Border Style of the form to 0 along with the Window State to be maximized.
Don't forget to add a "QUIT" button to the form otherwise you won't be able to quit the application.
Another way of doing it the hard way is mentioned here.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734