How to hide the Form Icon?

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

Is there a way to hide the icon in the title bar for a dialog. I have tried
setting Form.Icon to null and the default icon still appears.
 
* "Craig said:
Is there a way to hide the icon in the title bar for a dialog. I have tried
setting Form.Icon to null and the default icon still appears.

FormBorderStyle = FixedDialog
ShowInTaskBar = False
MinimizeBox = False
MaximizeBox = False
 

Ask a Question

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.

Ask a Question

Back
Top