For Programmers: Free Programming Magazines  


Home > Archive > PerlTk > January 2005 > application icon on Windows









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author application icon on Windows
sigzero@gmail.com

2005-01-12, 3:59 pm

What file formats can I use for application icons? I know I can do an
..ico and probably a .bmp but can I use a .png or anything else?

Robert

Jack D

2005-01-12, 8:57 pm

<sigzero@gmail.com> wrote in message
news:1105544626.714858.65320@f14g2000cwb.googlegroups.com...
> What file formats can I use for application icons? I know I can do an
> .ico and probably a .bmp but can I use a .png or anything else?
>


Are you talking the left hand corner icon? If so - I'm pretty sure that any
format acceptable to Tk::Photo is valid.

$mw->idletasks;
$mw->iconimage($mw->Photo(-file => 'C:/your/image/file') );

Jack


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com