Form.showicon doesn't work?

  • Thread starter Thread starter Stanley Omega
  • Start date Start date
S

Stanley Omega

Hello

I have a mdi application. I set the form.showicon=false of a child form. So
now the child form shows a default icon????

This makes no sense. Why have the property at all? If me.icon is null its
just the same thing. How do I prevent any icon from being shown on the child
form. me.icon=nothing doesn't work. It still shows the default icon. I need
the min/max and close buttons on the form, just not the icon.

Thanks

stano
 
Stanley Omega said:
I have a mdi application. I set the form.showicon=false of a child form.
So now the child form shows a default icon????

I assume this behavior is by design for MDI children.
 
Back
Top