If by Spy++ I select a ComboBox of an external application and then I get its messages I can see that the ComboBox is populated by a series of :
CB_ADDSTRING lpsz: (some hex number) ("String to add")
Now the question: knowing the ComboBox handle, how can I get these messages, exactly like Spy++ does? My goal is to get the several added strings before them are sorted in the ComboBox (that has the Sorted property = True)
I think by some sort of hooking, but while online I can find several examples of KEYBOARD hook and MOUSE hook, I can't find anything about a SINGLE CONTROL hook, like Spy++ seems to do without problems.
Some help?
Ty.
CB_ADDSTRING lpsz: (some hex number) ("String to add")
Now the question: knowing the ComboBox handle, how can I get these messages, exactly like Spy++ does? My goal is to get the several added strings before them are sorted in the ComboBox (that has the Sorted property = True)
I think by some sort of hooking, but while online I can find several examples of KEYBOARD hook and MOUSE hook, I can't find anything about a SINGLE CONTROL hook, like Spy++ seems to do without problems.
Some help?
Ty.