Board index » cppbuilder » How to hide click frame of BitBtn
Eugene
![]() CBuilder Developer |
Eugene
![]() CBuilder Developer |
How to hide click frame of BitBtn2004-05-03 06:14:28 AM cppbuilder92 Hi, I would like to get rid of the click frame of BitBtn.When i click it, i dont wanna see dotted line around the caption.How to do that? Eugene |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-05-03 07:02:49 AM
Re:How to hide click frame of BitBtn
"Eugene" < XXXX@XXXXX.COM >wrote in message
QuoteI would like to get rid of the click frame of BitBtn.When instead. It doesn't display the focus rectangle since it is not a windowed control and thus can not receive input focus in the first place. Gambit |
Eugene
![]() CBuilder Developer |
2004-05-03 11:17:37 PM
Re:How to hide click frame of BitBtn
Hi Remy,
I always use SpeedButton but i want to place buttons over the DbGrid component.So, when i place over it, speed buttons hides back of DbGrid :) So, i try to hide the frame.Maybe it is better to search a new button component for it. Thanks for your answer. Eugene "Remy Lebeau \(TeamB\)" < XXXX@XXXXX.COM >wrote: Quote
{smallsort} |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-05-04 01:57:25 AM
Re:How to hide click frame of BitBtn
"Eugene" < XXXX@XXXXX.COM >wrote in message
QuoteI always use SpeedButton but i want to place buttons over from the Win32 API. Use the OnMouse... events to keep track of when the mouse is held down over a button image, so that you can adjust your drawing accordingly. This way, you don't need any components at all. Gambit |
Eugene
![]() CBuilder Developer |
2004-05-04 05:13:12 AM
Re:How to hide click frame of BitBtn
Hmm, That's a good idea.Let me try :)
Eugene "Remy Lebeau \(TeamB\)" < XXXX@XXXXX.COM >wrote: Quote
|