Make Alt+Tab window always transparent, not visible even for a fraction of a second

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
anaxio
Posts: 77
Joined: 02 Mar 2018, 15:03

Make Alt+Tab window always transparent, not visible even for a fraction of a second

Post by anaxio » 17 May 2022, 06:50

I know it can be done with

Code: Select all

WinSet, Transparent, 0
using either Loop or SetTimer or WinWait. But when it appears it is still sometimes visible for a fraction of a second. Is it possible to make it totally invisible at all times?
Last edited by anaxio on 17 May 2022, 08:22, edited 1 time in total.


anaxio
Posts: 77
Joined: 02 Mar 2018, 15:03

Re: Make a window always transparent, not visible even for a fraction of a second

Post by anaxio » 17 May 2022, 07:43

Sorry, I have forgotten to mention that this window is the Alt+Tab window, so it doesn't obey Min or Hide commands. That's why I made it transparent.

Post Reply

Return to “Ask for Help (v1)”