Another bug with the VB.Net 2005 IDE?

When I layout a form and set the size of the form within the IDE the form looks just fine, however when I run the program the form is displayed with about 1/2 inch cut off at the bottom.

I put in

PrivateSub frmCompanyMnt_Activated(ByVal senderAsObject,ByVal eAs System.EventArgs)HandlesMe.Activated

MsgBox(Me.Size.Height &" " &Me.Size.Width)

EndSub

And it tell me the exact size that is set in the forms property window but the actual display is still 1/2 inch missing along the bottom.

Is this a known bug or could this be related somehow to the conversion process? I took a vb.net 2002 project and converted it into vb.net 2005 and the conversion apparently trashed about 30% of my forms.

This was one of the forms that was trashed. I deleted it entirely from the project and recreated it from scratch.

[1786 byte] By [ChinwaKneeHo] at [2007-12-29]