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

In reply to Icon on window by pengo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.