IAMK Posted October 20, 2017 Share Posted October 20, 2017 Hello, I have a script which doesn't work with Alt+tabbing for some reason, so I tried using WinActivate(). I have no problems with: WinActivate("[CLASS:MSPaintApp]") However, this doesn't work: WinActivate("[CLASS:HwndWrapper[Bootstrap.exe;;ce62109e-9d63-4f97-b289-d40f77e8f211]]") Note: Bootstrap.exe has 4 windows. I'm trying to access one called "Shell" (when alt+tabbing). Attached is a picture of how I got the CLASS. Link to comment Share on other sites More sharing options...
Andreik Posted October 20, 2017 Share Posted October 20, 2017 Why don't you try to activate the window by title instead of class? EmilyLove 1 Link to comment Share on other sites More sharing options...
IAMK Posted October 27, 2017 Author Share Posted October 27, 2017 @Andreik That worked. It's much cleaner than Class. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now