SlimShady Posted August 15, 2004 Posted August 15, 2004 Can you post an example of a script with this control that shows what you can do with it. Thanks.
Holger Posted August 15, 2004 Posted August 15, 2004 GUICreate("test") $input = GUISetControl("input","5",10,10) $updown = GUISetControl("updown",$input,0,0) GuiSetControlEx(-1,0,0,"",5,10); min.5, max.10 GuiShow() GuiWaitClose() You always need an input control! Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
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