05-06-2014, 03:28 PM
Create this function and assign trigger 'QM events -> QM show'. Here "x" is password, change it.
Function PasswordToShowQm
Trigger @16
But it will not work if QM is running in safe mode, when F8 key is pressed when QM is starting.
Function PasswordToShowQm
Trigger @16

EnableWindow _hwndqm 0
Transparent _hwndqm 0
int show=inpp("x" "Password to show QM")
Transparent _hwndqm 256
EnableWindow _hwndqm 1
if(show) act _hwndqm
else clo _hwndqmBut it will not work if QM is running in safe mode, when F8 key is pressed when QM is starting.
