Chaduke Posted July 28, 2008 Posted July 28, 2008 (edited) I'm running this code on Foobar2000 to make it minimized but it disappears completely. It keeps running just fine but I think its functioning as if it was hidden. Here's the code I use: AutoItSetOption("WinTitleMatchMode",2) WinSetState("foobar2000","","@SW_SHOWMINIMIZED") Has anyone else noticed this? I couldn't find it on the buglist. Edited July 28, 2008 by Chaduke
rasim Posted July 28, 2008 Posted July 28, 2008 ChadukeWelcome! Remove quotes from @SW_SHOWMINIMIZED macro:WinSetState("foobar2000", "", @SW_SHOWMINIMIZED)
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