3D coloured button
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
I want to create a button when I will click that button some action should occur.But it should look like 3D coloured (for example on/off switch of Television) I am able to put the bitmap on the command button.But the bit map doesnt fit properly.Because command button is rectangle look,but the bit map is oval shape.Any other way to represent
-
I want to create a button when I will click that button some action should occur.But it should look like 3D coloured (for example on/off switch of Television) I am able to put the bitmap on the command button.But the bit map doesnt fit properly.Because command button is rectangle look,but the bit map is oval shape.Any other way to represent
Did you see buttons on codeproject?
WhiteSky