topsecret Posted November 29, 2010 Share Posted November 29, 2010 I want to make a drop down list(menu) in Koda for AutoIt script. I want to make a drop down menu with 5-10 options to select from and i couldn't find the correct command in AutoIt nor the option in Koda ( I am really new to AutoIt and Koda, please excuse me if it's a faq ). Link to comment Share on other sites More sharing options...
PsaltyDS Posted November 29, 2010 Share Posted November 29, 2010 See GUICtrlCreateMenu() and GUICtrlCreateMenuItem() in the help file. Both have example scripts there. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Lazycat Posted November 30, 2010 Share Posted November 30, 2010 Just created a simple tutorial for Menu/Contextmenu, since this is a bit different approach comparing to regular controls. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
PsaltyDS Posted November 30, 2010 Share Posted November 30, 2010 Coding Cat sez: "I haz added that feetur awready." Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
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