- Subject: Re: Jed icons
- From: Marko Mahnic <marko.mahnic@xxxxxxxx>
- Date: Tue, 08 Mar 2005 18:19:59 +0100
SANGOI DINO wrote:
-----Original Message-----
PS: I'm still trying to get the small icon in the alt-tab menu (at top-left
and on the application bar), without success so far... Does anybody know how
to do it? (using only Win32 api)
I think you have to register it.
Have you tried this in wterm.c, init_application:
wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDC_MYICON));
or mybe just
wc.hIcon = LoadIcon(hInstance, IDC_MYICON);
You can use a constant instead of IDC_MYICON. It is the
unique ID of the icon resource you want to use.
Marko
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2005 date index]
[2005 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]