[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::visualc

Title:Microsoft Visual C/C++
Moderator:PLUGH::needle
Created:Tue Mar 16 1993
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1121
Total number of notes:4385

1079.0. "Defeating Scrollbars in CFormView" by PAMSRC::XHOST::SJZ (Rocking the Messaging Desktop !) Sat Feb 01 1997 14:42

    
    if you have a dialog bound to a CFormView and then you resize
    the CFormView to something smaller than the size of  the  dia-
    log,  then scrollbars pop up.   How do you defeat the  scroll-
    bars ?  I just want the fields on the right and the bottom to
    be clipped and inaccessible if you make the window too  small.
    
    _sjz.
T.RTitleUserPersonal
Name
DateLines
1079.1PAMSRC::XHOST::SJZRocking the Messaging Desktop !Sat Feb 01 1997 14:564
    
    Nevermind.  I did a ShowScrollBar(SB_xxxx, FALSE) in OnSize.
    
    _sjz.