Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by cbrauner (Novice)
on Sep 15, 2009 at 11:48 UTC ( [id://795362]=perlquestion: print w/replies, xml ) Need Help??

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

how do i change the icon in the left upper corner (title bar menu) of a win32:gui window ?
  • Comment on change icon in win32 title bar (win32::gui::window)

Replies are listed 'Best First'.
Re: change icon in win32 title bar (win32::gui::window)
by Crian (Curate) on Sep 15, 2009 at 12:12 UTC

    As I read somewhere else:

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://795362]
Approved by Corion
Front-paged by tye
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-24 14:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found