KillFocusRect on CheckBox and OptionBox |
Post Reply |
Author | |
Jebo
Senior Member Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
Posted: 06 April 2008 at 9:19am |
With the following little code it is possible to hide the "FocusRect" on controls like CheckBox, OptionBox and so on...
Const WM_KILLFOCUS = &H8
SendMessage CheckBox.hwnd, WM_KILLFOCUS, 0, 0 BUT with the CodeJock-Controls this code does not work.
Is there another way/workaround/API to do this?
Your Commandbutton in v12 has the nice property "DrawFocusRect"! Is this feature planned also to CheckBox and RadioButton? I'm very happy, if yes!
THX4help!
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
ok, added.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Jebo
Senior Member Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
|
THX!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |