How to hide a taskbar when AutoHideTaskbar option selected and a script (ahk script) trying to hide taskbar too?
问题 My application is designed to launch in full screen, at any cost taskbar should not be visible to the user. For taskbar hiding below ahk scripts will be running in the background to perform the needed operations. Regarding AHK scripting please select the below link for its description. http://ahkscript.org/ The script doesn`t work if "Auto Hide taskbar" functionality of windows 7 is selected. Hence I have taken the below C# code to solve the issue from the application side. But in certain