I'm trying to make my dial up connection window be invisible. Not sure what the best way to do it, but right now I have this code:
Code:
#Persistent
WinWait, Network Connections,
WinSet, Transparent, 200, Network Connections
Problem is, if I launch the ahk script before the window exists, it never makes it transparent. I thought that's what winwait & persistent were for?
So I just need to make that window be invisible at all times as long as the script is running. Or perhaps even a toggle switch.
Well perhaps there's a better way to do this? Like always on bottom or positioned way off the screen... not sure. Any help appreciated
Thanks!