bentom Posted July 13, 2010 Posted July 13, 2010 Hi there, a question to all who have experience with the winapi. I want to hide the task bar with it. I know there's a possibility by Controlhide but this is unfortunately not working for every case. E.G. when starting a DiaShow with a photo viewer (in full screen) and the stopping it the task bar shows again. The author of the Pictureviewer told me to use the funtion: ShowWindow(FindWindow("Shell_TrayWnd",""),SW_HIDE); Is it possible to use it in Auto-IT Thanks in advance and Regards, Alex
JFX Posted July 13, 2010 Posted July 13, 2010 Something like this http://www.autoitscript.com/forum/index.php?showtopic=115185&st=0&p=804904&hl=Shell_TrayWnd&fromsearch=1&#entry804904
bentom Posted July 13, 2010 Author Posted July 13, 2010 Hi,thank you for your answer but exactly this thread I had been read before. That was the reason why I wrote:"I want to hide the task bar with it. I know there's a possibility by Controlhide but this is unfortunately not working for every case."Does anybody have another ideaThanks in adnvance and Regegrads,Alex
Mat Posted July 13, 2010 Posted July 13, 2010 _WinAPI_ShowWindow(_WinAPI_FindWindow("Shell_TrayWnd",""),@SW_HIDE) AutoIt Project Listing
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