Print Page | Close Window

KillFocusRect on CheckBox and OptionBox

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=10118
Printed Date: 28 April 2024 at 7:31pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: KillFocusRect on CheckBox and OptionBox
Posted By: Jebo
Subject: KillFocusRect on CheckBox and OptionBox
Date 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!



Replies:
Posted By: Oleg
Date Posted: 07 April 2008 at 1:02am
ok, added.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Jebo
Date Posted: 10 April 2008 at 5:19am
THX!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net