>I need to replace the "TK" icon on the top left corner with one of my own.
>If anyone has any suggestions or code clip to point me to the right
>direction I would utterly appreciated.

I've used Michaelangelo to create icons. To add the icon:

   # create the icon handler.
   $icon = new Win32::GUI::Icon($SETTINGS->{files}->{gui_win_icon});

   # create a window class for our window.
   $hwnd_class = new Win32::GUI::Class( -name => "SomeNameOf Class",
                                        -icon => $icon
                                      );


--
Morbus Iff ( softcore vulcan porn rulezzzzz )
http://www.disobey.com/ && http://www.gamegrene.com/
please me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus




Reply via email to