Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto resizing, moving and setting ontop to all new windows
#2
easiest way is to create a function with a trigger

Function MoveResize_CabinetWClass_Example
Trigger !v"" "CabinetWClass"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=TriggerWindow
mov+ 100 150 1000 150 hwnd

the second window can do the same just need to capture the window

something like this

Function MoveResizeOnTop_Download_File_Info_Example2
Trigger !v"Download File Info" "#32770"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=TriggerWindow
mov 548 540 hwnd
Zorder hwnd HWND_TOPMOST


Messages In This Thread
RE: Auto resizing, moving and setting ontop to all new windows - by Kevin - 08-31-2020, 02:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)