Vindicator209 Posted May 7, 2007 Posted May 7, 2007 Now how exactly do you do that? =PTo set menuitems with a check mark? [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]
Zedna Posted May 7, 2007 Posted May 7, 2007 (edited) $item1 = GUICtrlCreateMenuitem("Item 1",$mainmenu) GUICtrlSetState(-1,$GUI_CHECKED) ;GUICtrlSetState(-1,$GUI_UNCHECKED) Edited May 7, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Vindicator209 Posted May 7, 2007 Author Posted May 7, 2007 =P I knew that! =D thanks! lol [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]
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