Changeset 34 for trunk/MFCtooling/userlog
- Timestamp:
- 04/29/11 16:08:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MFCtooling/userlog/userlog.cpp
r33 r34 495 495 //check the listBox selection, store it in "scrollPos" 496 496 //no selection = -1 497 //this is only working for listBoxes with style 'selection = single' 497 498 retVal = GetClassName(msg->hwnd, buffer, 128); 498 499 if( retVal >= -1 && retVal < MAXINT && !lstrcmpi(buffer, L"ListBox") )
Note: See TracChangeset
for help on using the changeset viewer.