Microsoft design guidlines seem to stipulate that no
icons should appear on child forms, however the only way
I can seem to make them dissapear altogether is to set
the FormBorderStyle to one of the ToolWindow options
which doesn't seem right to me.
Removing my standard icons simply leaves the default one
in its place...
Microsoft design guidlines seem to stipulate that no
icons should appear on child forms, however the only way
I can seem to make them dissapear altogether is to set
the FormBorderStyle to one of the ToolWindow options
which doesn't seem right to me.
Set the form's 'FormBorderStyle' property to 'FixedDialog' and its
'ShowInTaskbar' property to 'False'. This will remove the icon -- even
for MDI children.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.