|
-
October 31st, 2007, 06:08 AM
#1
[RESOLVED] Radio Button problem with WM_NEXTDLGCTL
Hi There!
I have the following Problem:
I have a dialog box with several text controls followed by two radio buttons for a selection. If i use the TAB key to jump from one input field to the next, the Text of the radio button wich has the focus is framed with a dotted rectangle, and the button can be checked with SPACE.
It is neccessar, that it is possible to switch between the controls also with ENTER. I do this by simply putting PostMessage(WM_NEXTDLGCTL,0,0) in OnOK().
Basically it works, and the behaviour is just like described above, but the frame arount the text of the radio buttons does not appear, so the user can not see wich button will be checked by pressing SPACE.
Any idea what i can to to make this frame appear???
Thanks in advance
Marc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|