andyswarbs Posted February 11, 2006 Share Posted February 11, 2006 (edited) _GUICtrlCheckBoxSet Sets or clears a Checkbox _GUICtrlComboSetItemTextFromArray Sets the items in a combo from elements in an array. _GUICtrlCreateListViewFromArray Sets the items in a list view from elements in an array. _GUICtrlCreateListViewFromArray2 Sets the items in a list view from elements in a two-dimensional array. filtering on the first dimension, and populating from the second. _GUICtrlCreateMenuitemEvent Adds a Menu item for event driven handling _GUICtrlCreateWithTipAndEvent Creates GUICtrls, setting tips and events _GUICtrlHasFocus Returns the Gui Control that has focus from the list of handles. _GUICtrlListViewRenameItem Renames the leftmost subitem for two rows in a listview _GUICtrlListViewSwapRow Swaps the entire row for two subitems in a listview, leaving the "key" subitem as is. (Note the RETURN statements in some of these functions. They actually return the line of code where the problem occured. If you do contactenate RETURN results throughout your code you can create a stack trace when a program crashes with a predicted problem - great for debugging complex situations.)PopG_GuiCtrl.au3 Edited February 11, 2006 by andyswarbs Licensing.au3Extended _Max & _Min_MsgBoxExitVarious extensions to _GuiCtrl...Run Dos programs output into an array etc (Updated 19-Feb-06)Extensions to Array library, primarily in two dimensions (updated 20-Feb-06)Version dependency calculator, _IsVer1GEVer2User Management, answering some domain questions (updated 19-Feb-06, various bugfixes and new functions added)Extensions to registry manipulation, including a recursive search & replaceDelimited string library (updated 19-Feb-03, added _DelimListSort)String library extensionsTerminal Server supportFile libraryCommand line parser (added 18-Feb-06)(UDF homepage) (Scit4Au3 UserCallTips added 21-Feb-06) 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