Application to automatically switch between two applications in Windows
Fresh3 days ago
Mar 15, 202694691 viewsConfidence Score0%
0%
Problem
Does an application exist that will cause the computer to switch (bring in to focus) between two different applications, on a timer? This is for Windows 7. I need this for a screen that will display publicly to customers. I want the screen to switch between two different applications every, say, 30…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Application to automatically switch between two applications in Windows
Low Risk
Yes, it is called AutoIt. You would use something like this: WinActivate() gives focus to the window with exact or closest matching title, in cases where there are two that fit, it gives focus to the most recently activated one. Sleep() is in millis…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix