Title bar of mdi child form displays momentarily

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using mdi children windows with ControlBox set false, and
FormBorderStyle = None to display the form without a border or title bar.
This works as expected except for the fact that the form is momentarily
displayed with a title bar which disappears in less than a second. The
problem is that it makes the entire form shift upward shortly after it is
created and it's a bit annoying to users. Is there a way to supress this?
 
Same problem here, I rebuilt my application in vb.net 2003 and still have the same problem!
Is there anybody can help?

Sal
Thanks
 
At least it only does the whole shift up thing in the IDE, the painting is
OK to put up with.
 
Back
Top