Anybody know how to change the style of a combobox?
Specificially, is there any way to change the edit control portion of a combobox to SS_CENTER, or ES_CENTER, or something akin? I've tried SetWindowLong() but I can't make that work. Basically, I want to put a string of text and select it in a combobox control, have that specific text centered, and then reset the combobox afterward.