Search the Community
Showing results for tags 'guictrlcreatecombo'.
-
#include <GuiComboBox.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <WinAPI.au3> #include <Array.au3> #include <WinAPITheme.au3> #include <GDIPlus.au3> #Region GUICtrlComboSetColors UDF Global $g__aWM_CTLCOLORLISTBOX[1][16] = [[0, 0, 0]] ; init. the Global array ; #F...
-
Hello, Hereby I'd like to ask for the devs proffesional help cause there is something I can not get to work. I have an Combobox containing 3 strings. When I choose one, I'd wish for the 'readonly'editbox to hold some data from each string, a different data. string 1-> GUICtrlEdit /Edit1 : data ; bla...
-
is there a way to tell if the GUICtrlCreateCombo is open or closed (currently being chosen). I have a logic set that reads GUICtrlCreateCombo and then does a database query. I would rather wait until the drop down closes, before the real time query is made instead of cycling though the choices. is t...
-
;I'd like to on the end of the function, script changed for another option in the combolist. This will be part of the loop #include <ButtonConstants.au3> #include <ComboConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("For...
-
Hello, i have question. How put data from _FileListToArray to Combo ? I want fill combo with names of files from folder.
-
Sample code: ; Enter username to transfer item to Input $newUserInput = GUICtrlCreateCombo("", 180, 170, 350, 35, BitOR($CBS_DROPDOWNLIST, $WS_VSCROLL, $CBS_SORT)) GUICtrlSetFont(-1, 14, 400, 0, "Tahoma") GUICtrlSendMsg(-1, $CB_SETMINVISIBLE, 10, 0) Part 2 of sample code: If $itemString <> "...
- 1 reply
-
- GUICtrlSetData
- GUICtrlCreateCombo
-
(and 1 more)
Tagged with: