B
Bob Howard
Hi!
I have a main form where I disable the wheel mouse (at form load time) using
the latest code from Stephan Labans (downloaded yesterday). The main form
has various buttons to control the application ... each fires up a form for
the component of the application the user desires to view / update. When
the user clicks to go off to the secondary form, the main form always
remains open, but is not visible as it is "behind" the maximized form the
user is working on. When the user clicks the button on the secondary form
to close it, the main for becomes visible again. When the user clicks the
button to close the main form, I re-enable the wheel mouse. So far, so
good.
All forms are popup (non-modal) and none has a control box.
The problem is that the disabling of the wheel mouse only actually works on
one specific secondary form! The wheel mouse remains functional on the
other secondary forms. And the secondary form on which this works is always
the same secondary form, regardless of which order I perform my test!
Any clues?
Bob (@Martureo.Org)
I have a main form where I disable the wheel mouse (at form load time) using
the latest code from Stephan Labans (downloaded yesterday). The main form
has various buttons to control the application ... each fires up a form for
the component of the application the user desires to view / update. When
the user clicks to go off to the secondary form, the main form always
remains open, but is not visible as it is "behind" the maximized form the
user is working on. When the user clicks the button on the secondary form
to close it, the main for becomes visible again. When the user clicks the
button to close the main form, I re-enable the wheel mouse. So far, so
good.
All forms are popup (non-modal) and none has a control box.
The problem is that the disabling of the wheel mouse only actually works on
one specific secondary form! The wheel mouse remains functional on the
other secondary forms. And the secondary form on which this works is always
the same secondary form, regardless of which order I perform my test!
Any clues?
Bob (@Martureo.Org)