Hello.
I have a little problem in my win32 api program. I have a combobox with 4 items, item1, item2, item3, item4 and a textbox.
The validation is simple, but i know why it not works.
here is the validation:
then, when i want to select Text1 from combobox, the second one, FATCASTATUSBOX1 will be replaced with the text i put to WM_COMMAND. actually i dont know how to append the second item. i mean the condition if from validation. what can i do ? thx
You're not checking the actual notification code in your WM_COMMAND handler. When the selection changes in a combobox it generates a WM_COMMAND message with a CBN_SELCHANGE notification code.