How do I change the ComboBox direction

  • Thread starter Thread starter Kfir
  • Start date Start date
K

Kfir

Hey,
I need to change the combobox control direction (right to left).
the property does not come with the control.
I've tried changing the style of the control using SetWindowLong
but I guess I didnt use the correct style. in the normal framework the
hex num that represents the RTL style is 0x400000. but it didnt work.
any suggestions?
 
I don't believe you can change this style after the control is created. This
is one of the styles that needs to be specified in CreateWindow.
 
Back
Top