Changeset 39 for trunk/MFCtooling/userlog/userlog.cpp
- Timestamp:
- 05/12/11 14:33:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MFCtooling/userlog/userlog.cpp
r34 r39 502 502 pos += swprintf_s(msgBuffer+pos,bufsize-pos,L"<param name=\"scrollPos\" value=\"%i\"/>", scrollPos); 503 503 } 504 505 506 //check the TabControl selection, store it in "scrollPos" 507 //no selection = -1 508 retVal = GetClassName(msg->hwnd, buffer, 128); 509 if( retVal >= -1 && retVal < MAXINT && !lstrcmpi(buffer, L"SysTabControl32") ) 510 { 511 scrollPos = (int)SendMessage(msg->hwnd, (UINT)4875, 0, 0); 512 pos += swprintf_s(msgBuffer+pos,bufsize-pos,L"<param name=\"scrollPos\" value=\"%i\"/>", scrollPos); 513 } 504 514 } 505 515 }
Note: See TracChangeset
for help on using the changeset viewer.