Thank you for your reminder, I got it.
QM is too powerful, omnipotent
Macro Macro3
Regarding the first question, I saw it in the RPA software winautomation. It is called a security screen. Is there a way to implement it in QM? This feature, many people need
1. When I open Notepad and enter some characters, I don't want people to see it, so I want to display a blue color block on the screen before starting Notepad.
QM is too powerful, omnipotent
Macro Macro3
int w
run "$system$\notepad.exe" "" "" "" 0xA00 win("" "Notepad") w
_monitor=2
MoveWindowToMonitor(w _monitor)
Regarding the first question, I saw it in the RPA software winautomation. It is called a security screen. Is there a way to implement it in QM? This feature, many people need
1. When I open Notepad and enter some characters, I don't want people to see it, so I want to display a blue color block on the screen before starting Notepad.