Jump to content

Hide Window sorta


Recommended Posts

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

Link to comment
Share on other sites

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.

:)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...