How in vb can i get rid of that icon in the control box of a form but still to leave the 'x' there. I have tried setting the forms icon setting to non but it will not work.
Any Ideas ??
Printable View
How in vb can i get rid of that icon in the control box of a form but still to leave the 'x' there. I have tried setting the forms icon setting to non but it will not work.
Any Ideas ??
First, Pess the Delete Key on the Icon property so it will read (None). Then change the BorderStyle to FixedDialog.
I tied that but vb replaces the old icon with some windows icon.
Any More ideas ??