Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Customize the Detached QM Output Window
#1
Dear Gintaras:

Is there any option for max/min detached QM output window? It would be very useful for debugging purposes.

By the way, congratulations for the new QM version.
#2
This will add minimize and maximize buttons to all QM tool dialogs.

Function Change_QM_tool_window_style
Trigger !v"" "#32770" "" "" p /QM     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=val(_command)
if(GetWinStyle(hwnd 1)&WS_EX_TOOLWINDOW=0) ret
SetWinStyle hwnd WS_EX_TOOLWINDOW 6
SetWinStyle hwnd WS_MAXIMIZEBOX|WS_MINIMIZEBOX 1
#3
Very elegant code. Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)