Ok, so you are looking to remove an MDI child windows icon when it's merged
with the MainMenu of the MDI parent. I looked around and couldn't find a way
to completely remove the icon after the merge (that's not to say that you
can't do this it's just that I didn't find a way). But you could create a
blank icon and use that. So create an icon using VS.Net and erase all it's
content (for both 16x16 and 32x32), and then assign this icon to all the MDI
children.
Ok, so you are looking to remove an MDI child windows icon when it's merged
with the MainMenu of the MDI parent. I looked around and couldn't find a way
to completely remove the icon after the merge (that's not to say that you
can't do this it's just that I didn't find a way). But you could create a
blank icon and use that. So create an icon using VS.Net and erase all it's
content (for both 16x16 and 32x32), and then assign this icon to all the MDI
children.
Set the FormBorderStyle to 'FixedDialog', if you do not need resizing of the
form.
Thanks,
VijayaKrishna P.
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.