L
Lloyd Dupont
I'm trying to create a floating window, a bit like the ComboBox drop panel.
I'm using borderless window, owner set to the FindForm() of the control
And that woks not too bad except for one thing.
When a ComboBox is poped-up the main form is stil activated (and the tool
bar active).
When my popup is show it becames active and the main form lose its active
status.
How do I fix that?
(while still allowing the user to use the control inside my popup form)
I'm using borderless window, owner set to the FindForm() of the control
And that woks not too bad except for one thing.
When a ComboBox is poped-up the main form is stil activated (and the tool
bar active).
When my popup is show it becames active and the main form lose its active
status.
How do I fix that?
(while still allowing the user to use the control inside my popup form)