qazwsx 0 Report post Posted July 25, 2007 Is there a way to hide the little thing at the bottom across from the start where a window minimizes to? I know win hide but i dont want to hide the window just the little thing. Sorry i dont know wat its called Share this post Link to post Share on other sites
MHz 72 Report post Posted July 25, 2007 Use the Class for the taskbar. WinSetState('[CLASS:Shell_TrayWnd]', '', @SW_HIDE) Sleep(5000) WinSetState('[CLASS:Shell_TrayWnd]', '', @SW_SHOW) or do you mean the buttons on the Taskbar? Using a Tool window style will prevent that. I believe someone has created a UDF to handle the removal of the taskbar buttons but cannot be totally sure on that. Search may bring results. Share this post Link to post Share on other sites
qazwsx 0 Report post Posted July 25, 2007 yeh i was gonna search but i had no idea wat it was called lol. Thx for the help Share this post Link to post Share on other sites