mfc >> Highlite on the check boxes

by Subhash Badri » Tue, 25 Nov 2003 20:11:01 GMT

Hi,
I am running into a strange problem.
The check boxes in my dialog box does not show the dotted lines when the
focus is on them.
but if hit space bar, then it is checked. I have put this in a frame.

Is there anything extra that I hv to do?

rgds
subhash




Similar Threads

1. I need to find whether all the check boxes are checked or not in a page

2. Statement Completion not working in a particular project - Check boxes ARE checked in 0ptions, Editor Tab

3. Adding icon, toggle btn, or check box to form control box

Hi,

is it possible to add an icon, toggle btn, or even a checkbox to the
control box caption area of a form (this is there the minimize,
maximize and close icons are located in the upper right of a form) and
also trap for user clicks on those controls?

thanks much

4. Group Box - Check Boxes don't show up

5. check box in list box

hi,
I wanted to change the size of check box in my list box.
For this, i derived a class from CCheckListBox.
MSDN says i need to override OnGetCheckPostion(). When i do that i am
getting run time error and the error is in PreDrawItem() of
CCheckListBox.
Can anyone point me to an example of overriding the method.

Thanks
Balaji

6. Datagrid - Windows - DataGridBoolColumn - How can I disable all the check boxes in the column - CSharp / C#

7. Can't get true status of check box in datagridview cell

I have a check box in one of my cells in a datagridview.  When this cell is 
checked or unchecked  I inserted a CellChanged event to capture the change.  
However, the cell shows it being still checked when I examine its vaqlue even 
though it was unchecked in my test.  The value is supposed to be set to "No" 
if is unchecked and "Yes" if it is checked.   It does show unchecked on the 
datagridview table when it is redisplayed even though the program value in 
the debugger shows "Yes".  What event do I need to insert in order to see the 
nature of the change after it is checked?  Right now it just shows the box as 
it was before it was unchecked or checked in any Event I try to capture.  I 
must have tried 10 different cell events, none showing the realtime change.  
Does anyone have a solution as to how to capture the change in a checkbox in 
a cell in a program?
Dave

8. Combobox with checked list box. - CSharp/C#