• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Automatic Windows Cycle

tranceport

Diamond Member
I have a need to automatically have a machine cycle through it's open windows.

I'm looking for some software that will perform this task for me. The display will be a large LCD and is not going to have someone sitting in front of it.



I appreciate your help!
 
You can call an API to request a list of active Windows.

Set the focus to each one for the length of time desired.

You may want to install some smarts to determine if the window was minimized and if so restore it. When it no longer will have focus, return it to the minimized status.
 
Back
Top