pengo has asked for the wisdom of the Perl Monks concerning the following question:

Thanks for your relpies to my previw post.

I was wondering when you make a window with Win32-Gui, and you want to put an icon to the left of the title of the window, how can you do it?

I tried to make an '.exe' file for my '.pl' file with PDK PerlApp.
It has an option to put icon files, so i did. I put two files one 32x32 and one 16x16 with 16 colors. But only the icon of the application works(you know the ones you see when you open a folder), i cannot see any icon on the window.

I also try with the perl.exe file which contains many icons in it but nothing happened either.

Is there a method to put your own icon next to the title of a window?

Any suggestion will be appreciated.
Thanks for your time.
Perl is like s..x , there is more than one way to do it! TIMTOWTDI

Replies are listed 'Best First'.
Re: Icon on window
by bbfu (Curate) on Jan 21, 2005 at 05:20 UTC
      Thanks man it did work, i appreciate it.
      Perl is like s..x , there is more than one way to do it! TIMTOWTDI