Posts: 64
Threads: 19
Joined: Nov 2012
04-04-2023, 01:45 AM
(This post was last modified: 04-04-2023, 01:48 AM by pctechtv.)
So this does something like I want. However I see this is more then I imagined (I love it!). Now the question is how to get this to run on the way out of the window and stop when inside the window. Thank for any help.
Function
Function5
/ Function4 \
int w=win("" "FMPRO19.0APP")
int c=id(1081097264 w)
err+
,out "QM is no joke but don't play with your buffer"
,ret
Acc a
int mhwnd
rep
,a.FromMouse
,mhwnd=a.Hwnd
,if mhwnd=c
,,out "win is FM"
,,SendMessage w WM_ACTIVATE WA_ACTIVE w
,,
,
,0.2