Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'Lock current file' option
#2
Create this function and assign trigger 'QM events -> QM show'. Here "x" is password, change it.
Function PasswordToShowQm
Trigger @16     Help - how to add the trigger to the macro
Code:
Copy      Help
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 _hwndqm

But it will not work if QM is running in safe mode, when F8 key is pressed when QM is starting.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)