Jump to content

Recommended Posts

Posted

Using opt("TrayIconHide", n) I can hide or display the AutoIT Icon in the Tray. However using opt("TrayMenuMode",n) I have not been able to hide the minimised Window Icons created by AutoIT can this be achieved achieved?

Ant..

  • Moderators
Posted

Using opt("TrayIconHide", n) I can hide or display the AutoIT Icon in the Tray. However using opt("TrayMenuMode",n) I have not been able to hide the minimised Window Icons created by AutoIT can this be achieved achieved?

Ant..

HUH?

Do you mean what sits in the taskbar? Because the icon created is only in the system tray.

Or do you mean remove the icon from the GUI?

If it's the taskbar, then use $WS_EX_TOOLWINDOW as an extended style.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

HUH?

Do you mean what sits in the taskbar? Because the icon created is only in the system tray.

Or do you mean remove the icon from the GUI?

If it's the taskbar, then use $WS_EX_TOOLWINDOW as an extended style.

Thanks for the prompt reply you were correct I was actually referring to the task bar and $WS_EX_TOOLWINDOW has produced the result I wanted to achieve Thanks again.

Ant..

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
×
×
  • Create New...