1. win32lib and scroll bars
Using win32lib...
If I create a window with a vertical scrollbar (WS_VSCROLL), am I able to
use it? How do I get it's handle?
-- Brian
2. Re: win32lib and scroll bars
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