You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DllCall("ShowWindow","Ptr",VD_active_gui_hwnd,"Int",1) ;you can only Show gui that's in another VD if a gui of same owned/process is already active
249
243
250
-
251
244
this._WinActivateForceForceForce(VD_active_gui_hwnd) ;specifically for Teams.exe
252
245
253
-
DllCall("ShowWindow","Ptr",VD_animation_gui_hwnd,"Int",1) ;after gui on current desktop owned by current process became active window, Show gui on different desktop owned by current process
246
+
targetEmpty:=false
247
+
if (this._activateWindowUnderFilterVD(desktopNum)==-1) {
DllCall("ShowWindow","Ptr",VD_animation_gui_hwnd,"Int",1) ;after gui on current desktop owned by current process became active window, Show gui on different desktop owned by current process
256
+
}
254
257
loop20 {
255
258
if (this.getCurrentDesktopNum()==desktopNum) { ; wildest hack ever..
0 commit comments