Re: win32lib and scroll bars
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Aug 30, 1999
- 616 views
Brian K. Broker wondered: > If I create a window with a vertical scrollbar > (WS_VSCROLL), am I able to use it? How do I get > it's handle? These aren't wrapped in a nice sort of way. You have to trap the events yourself, using onEvent. The scrollbar is an attribute of the window, not a seperate control. You can get the handle of the window using getHandle(). -- David Cuny

