Oct 9, 2003 #1 Hylsan Programmer Joined Mar 20, 2002 Messages 43 Location SE Hi Does anyone know how i "disable" or atleast get rid of the focus on ComboBoxes? what i want is to always have a button focused, no matter what you do with the Combos. anyone have a smart solution for this? /Hylsan
Hi Does anyone know how i "disable" or atleast get rid of the focus on ComboBoxes? what i want is to always have a button focused, no matter what you do with the Combos. anyone have a smart solution for this? /Hylsan
Oct 9, 2003 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB your_ComboBox->EnableWindow(FALSE); //to disable your combo your_Button->SetFocus.... Ion Filipski ICQ: 95034075 AIM: IonFilipski filipski@excite.com Upvote 0 Downvote
your_ComboBox->EnableWindow(FALSE); //to disable your combo your_Button->SetFocus.... Ion Filipski ICQ: 95034075 AIM: IonFilipski filipski@excite.com