From: cool friend on
I am working with visual c++ and i want to exchange the bitmap on
buttons when i click only one button but i donot know how to do this???
Any kind of help will be appreciated
From: Friedel Jantzen on
Am Fri, 8 Jan 2010 22:44:34 -0800 (PST) schrieb cool friend:

> I am working with visual c++ and i want to exchange the bitmap on
> buttons when i click only one button but i donot know how to do this???
> Any kind of help will be appreciated

You'll find information in the docs for BS_OWNERDRAW and WM_DRAWITEM.

Friedel
From: Fred on
"cool friend" <coolfriend9269(a)yahoo.com> a �crit dans le message de news:
9668c2db-b686-44b8-b71d-4ecf5eaa83e7(a)34g2000yqp.googlegroups.com...
>I am working with visual c++ and i want to exchange the bitmap on
> buttons when i click only one button but i donot know how to do this???
> Any kind of help will be appreciated

See the BM_SETIMAGE message for BS_BITMAP button
http://msdn.microsoft.com/en-us/library/bb761822(VS.85).aspx