D
dulo
How can i create a form which cannot get Active / Focus ?
thx Dulo
thx Dulo
I want a form which is of course visible , but i dont want it to snatchBrendan said:I fear that I don’t quite understand what you hope to achieve... are you
wanting to create a form that is always hidden and never visible or
selectable? Are you wanting to prevent events such as Activated from ever
being raised by it but still allowing controls on the form to be triggered
and/or display from the form to still occur?
Brendan
:
Would it be acceptable to let the toolbar have focus & simply have a
variable that's a Form reference that holds the last active document
window or whatever type you are interested in applying the tools action
to?
You could then even use the var to set the window active when a toolbar
button was pressed.
I tried Form.enabled which does prevent controls in the form fromIgnacio said:hi
did you try Form.Enabled
cheers,