04-25-2006, 01:03 PM
How to get the list of items in a list box and pop up in a message box
List Box items
|
04-25-2006, 01:03 PM
How to get the list of items in a list box and pop up in a message box
04-25-2006, 01:45 PM
Examples
ListBox control in QM Find dialog Acc a=acc("" "LIST" "Find" "ListBox" "" 0x1000) SysListView32 control in QM My Macros dialog Acc a=acc("" "LIST" "My Macros" "SysListView32" "" 0x1000) ComboBox control in QM Options dialog (Fonts) int hwnd=child(1003 "" "ComboBox" "Options" 0x5) ComboBox controls often are populated only on drop-down event.
05-22-2006, 09:33 AM
Hi,
I want to verify a item in a list box is present or not.... can i use the array concept like getting the total list of items from the list box and storing it in an array any then checking whether that item is present or not.... Gintaras Wrote:Examples |
« Next Oldest | Next Newest »
|