in reply to change icon in win32 title bar (win32::gui::window)

As I read somewhere else:

my $icon = new Win32::GUI::Icon('icon.ico'); $main->SetIcon($icon);

Replies are listed 'Best First'.
Re^2: change icon in win32 title bar (win32::gui::window)
by cbrauner (Novice) on Sep 15, 2009 at 13:36 UTC
    thx