Hi,
I use 3 Forms :
"Main", "Settings", "Audio config"
A button on "Main" form, open the "Settings" form, in vbModeless.
A button on "Settings" form, closes the "Settings" form and open the "Audio config" form, in vbModeless.
On the "Audio config" form, a button calls BASS_ASIO_ControlPanel, but the ASIO panel goes behind .
Is there a way to define the "form owner" so the panel would display over the form where we called it?
Thanks