I am unable to hide the horizontal and vertical scroll bars for a window that is too large to fit the screen area. My goal is to hide the scroll bars, however, when I attempt to hide the scroll bars using the ShowScrollBar method, the scroll bars immediately appear again. The view has been created using the CFormView Class. If I shrink the window [dialog resource] using the resource editor so that the runtime window fits on the screen, the scroll bars do go away. However, I do not want to shrink the window. Is there a way to hide the scroll bars when the window is larger than the screen size? Or does the Windows OS always try to display the scroll bars? Who is control?
Wayne
Wayne