1. Re: Setting the windows icon (and maybe TabItem icons too?)
----- Oorspronkelijk bericht -----
Van: Brian Broker <bkb at CNW.COM>
Aan: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Verzonden: woensdag 4 oktober 2000 3:22
Onderwerp: Re: Setting the windows icon (and maybe TabItem icons too?)
> >Do you know if there is a way
> >to replace the text on a TabItem with an icon too?
> >
> >Well, thanks a lot, Ad
>
> Well, theoretically you should be able to create an ImageList with your
> icons then send a TCM_SETIMAGELIST message to your TabControl where wParam
> is Null and lParam is the handle to your image list.
>
> There is a 'setImageList' routine but it looks like it would need a minor
> tweak to handle Tab Controls. (Maybe I should start submitting some code
> to the dev team 8^)
>
> I've not done much with tab controls so I don't have a working example for
> you but I could write a demo for you if you'd like.
>
> -- Brian
I sure would like that, and I'm sure others would like it too
Ad