I have not used Win32::GUI classes yet, so I'm not completely sure I know what you're trying to accomplish. However, changing the icon on a window is quite straightforward:
$mw->ChangeIcon($MainIcon);
Regards, petecm99
Comment on Re: Win32::GUI::Menu icon problem - I need help !
Thanks your answer petecm99.But i know changing the window icon, i know this.
http://www.vbaccelerator.com/images/cpopmnum.gif See it this image. I want to do it, but I can not. So adding icon to popup menu item; i trying this !(but I can not).