How to drop down in windows combo dialog box with key not mouse

  • Thread starter Thread starter abdulbadii
  • Start date Start date
A

abdulbadii

Guest
Example in RC kind of:


//...

BEGIN
RTEXT "&Name:",IDNAME_STATIC,1,14,13,8
COMBOBOX IDNAME,15,13,286,150,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_TABSTOP
RTEXT //...
//..


This drop down of string list will work only if a user do it with mouse click.

How to set up event alert for such to work with a keyboard press instead like up/down key ? Thanks.

Continue reading...
 
Back
Top