shteev
Programmer
- Jul 15, 2003
- 42
I'm writing an appliction in Visual C++ 6 using a List Control. When the item highlighted in the list changes, I want a message to be sent so I know, so that I can update an Edit Box (which contains text from the highlighted member of the list). But there doesn't seem to be an appropriate message I can use. Is there? Or will I have to do this another way?