Set Focus on Button Control.
-
Hi all, i have two diffrent buttons. when keyboard use instead of mouse. if i (press enter)clicked button 1 than focus set to the next button that is button 2. i have use SetFocus() on Clicked event of button1,but its not done. please tell me how can i do this. thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
Hi all, i have two diffrent buttons. when keyboard use instead of mouse. if i (press enter)clicked button 1 than focus set to the next button that is button 2. i have use SetFocus() on Clicked event of button1,but its not done. please tell me how can i do this. thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
Use GotoDlgCtrl() instead of SetFocus()
cheers Varghese Paul
-
Use GotoDlgCtrl() instead of SetFocus()
cheers Varghese Paul