Prev: How to use Managed DLL in Unmanaged DLL and vice versa...
Next: how to use rand() function with bitmap
From: cool friend on 9 Jan 2010 01:44 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 9 Jan 2010 02:36 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 9 Jan 2010 03:30
"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 |