03-11-2004, 07:53 AM
Standard message box obeys foreground window lock feature that doesn't allow non-foreground application to steal focus. You can disable it in QM Options/Runtime. Alternatively, create function with trigger and text . It will activate every QM message box and dialog box.
Third argument can be numeric, and it can be combination of MB_ flags that are defined in WinConstants function (if no, they are in winapiQM.txt file). For example, following code shows message with default button 2:
Third argument can be numeric, and it can be combination of MB_ flags that are defined in WinConstants function (if no, they are in winapiQM.txt file). For example, following code shows message with default button 2: