This is untested but should give you a good idea of what to do...
$my_icon = new Win32::GUI::Icon("c:\\path\\to\\my\\icon.ico");
create your main window, then...
$my_main_window->SetIcon($my_icon);
I believe that should do it, HTH good luck!
Chuck
----- Original Message -----
From: "webmaster" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 11, 2000 6:25 AM
Subject: [perl-win32-gui] Changing the Icon in the Top Left corner of a
Window
> Hi.
>
> Can anyone tell me how I can change the Icon at the top left corner of a
> Window.
>
> A simple example of syntax would greatly help.
>
> Thanks and Best Regards,
> Ken
>