I am using an MDI Parent/Child Form schema for an app. My question is, Is there a way to make the child form have no size controls? No mater what I do, the size controls show up, even if maximizebox and minimize box are set to false, as soon as the child form is maximized (when it is loaded) the buttons show up, even though they are not usable.
Even better, can the child form be made to have no titlebar at all?
FormBorderStyle = None does not resolve this either.
Jake.
Even better, can the child form be made to have no titlebar at all?
FormBorderStyle = None does not resolve this either.
Jake.