Jump to content

Various extenstions to _GuiCtrl...


andyswarbs
 Share

Recommended Posts

_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 by andyswarbs
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...