Changeset 34


Ignore:
Timestamp:
04/29/11 16:08:02 (13 years ago)
Author:
jhall
Message:

Comments added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MFCtooling/userlog/userlog.cpp

    r33 r34  
    495495                        //check the listBox selection, store it in "scrollPos" 
    496496                        //no selection = -1 
     497                        //this is only working for listBoxes with style 'selection = single' 
    497498                        retVal = GetClassName(msg->hwnd, buffer, 128); 
    498499                        if( retVal >= -1  && retVal < MAXINT && !lstrcmpi(buffer, L"ListBox") ) 
Note: See TracChangeset for help on using the changeset viewer.