We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How can i remove icon frommain menu

Hi,

Please let me know the way for either replacing the selected image with another image or completely removing this image and menu associated with it.This is really urgent.

Please help

thanks
Ranju malhotra



a1.zip

1 Reply

AD Administrator Syncfusion Team March 28, 2008 04:45 AM UTC

Hi Ranju,

Thank you for your update.

When using MDI child, we can set the Icon of the MDI Child Form to avoid the default icon. Please find the code snippet illustrating this:

Icon ic = new Icon(@"..\..\App.ico");
this.Icon = ic;

Please find the simple sample in the following link:

http://websamples.syncfusion.com/samples/Tools.Windows/F72518/main.htm

Please try this and let me know if this helps you.

Regards,
Fathima


Loader.
Live Chat Icon For mobile
Up arrow icon