How do I edit a combo box's list-box item in-place ?
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
I've a dropdown combo box in a dialog. I want to right-click on a combox box's list box item and have the cursor placed at the start of the clicked item string for editing. How can I achieve this ? Any samples or relevant links would be appreciated. Thanks in advance.
-
I've a dropdown combo box in a dialog. I want to right-click on a combox box's list box item and have the cursor placed at the start of the clicked item string for editing. How can I achieve this ? Any samples or relevant links would be appreciated. Thanks in advance.
Is Simple Listbox In-place Editing[^] helpful?