Hi again,
In my winAPI project done in C++ (no MFC, no .net...), I am creating comboboxes in place of edit controls, because of the nice blue border. In many windows forms and dialogues, edit controls also have this look. There are two problems:
- This doesn't seem like like "proper" way to make an edit control look that way.
- What if I wanted a multi-line edit box with that look.
So basically, how can I make an edit box with look of a combobox (the edit part of it, not the list part).