Docs and questions
Ethan,
When will the documentation for QuickPak for Windows be out? Puzzling it
out from the DOS version manual is like working without a net, especially
since I never used the DOS version.
A couple of questions, not necessarily related to QP but maybe within your
expertise:
1. Is there a way to pass a menu item to a subroutine as a control
argument? For instance, I'd like to pass the name of a menu item to the
caption on a child form with one subroutine, rather than have to write
Form2.Caption =… for every Menu().Click event. When I've tried using
Screen.ActiveControl, I always get "no active control" errors.
2. How can I detect if a ListBox has been scrolled using the scroll bar?
Is there anything analogous to the KeyDown event? Or would it be better to
turn off the scroll bar on the ListBox and create a separate ScrollBar and
use its Change event?
Thanks. And Lee Perryman says, "Hi!"
Sue