Click to See Complete Forum and Search --> : c++ winapi WS_VSCROLL WS_HSCROLL


zaryk
February 19th, 2009, 12:00 PM
I have added WS_VSCROLL and WS_HSCROLL to a static control, only because it puts the scrollbars exactly where I want them. The only problem is that I can't do anything with the scrollbars.

Is there anyway to pass the scrollbars off as if they were regular scrollbar controls or would I have to actually use scrollbar controls.

zaryk
February 19th, 2009, 06:51 PM
Found my answer: http://www.codeguru.com/forum/showthread.php?t=347450&highlight=scrollbar