GroupBox ScrollBar Is not working
-
hi My groupbox is not working , when i click on up-down arrow , nothing is happening , Thanks in Advance for help
-
hi My groupbox is not working , when i click on up-down arrow , nothing is happening , Thanks in Advance for help
-
hi My groupbox is not working , when i click on up-down arrow , nothing is happening , Thanks in Advance for help
Hi, MFC/Win32 is nothing like VB... you cannot just drop a scrollbar on a dialog/control/window and expect it to scroll the window for you. You need to do all of this yourself. You will need to have the parent window that owns the scrollbar handle the WM_VSCROLL message. You will then need to scroll the window yourself. WM_VSCROLL message[^] CWnd::OnVScroll[^] ScrollWindow function[^] Using Scroll Bars[^] Best Wishes, -David Delaune