|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hey,
When I specify BS_FLAT as a style for my button, using win32 and c, it adds a border around my button. Does anyone know how to get rid of that border? BTW, I'm using BS_PUSHBUTTON. Thanks |
|
#2
|
||||
|
||||
|
You can add BS_OWNERDRAW to the button style flags. Then you'll get messages when you need to redraw the button. You can do whatever you want with the button drawing at this point. See the documentation for CButton::DrawItem() for more information.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > win32 button style question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|