NewForAutoit Posted April 23, 2008 Posted April 23, 2008 how I can colorize this item plz #include <GUIConstants.au3> Opt("TrayMenuMode", 1) $Tray = TrayCreateItem("Tray") $Show = TrayCreateItem("Show") $ExitItem = TrayCreateItem("Exit") GUISetState(@SW_SHOW) While 1 $Msg = GUIGetMsg() Switch $Msg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
Zedna Posted April 23, 2008 Posted April 23, 2008 Look here Resources UDF ResourcesEx UDF AutoIt Forum Search
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