jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Jed icons


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]