Hello,
I've searched for this one and can't find the answer. Any help appreciated.
I would like to run a function when a selection is made in the combobox (called $combo_Selection) in code below.
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Example Program", 315, 149, 192, 114)
$combo_Selection = GUICtrlCreateCombo("", 24, 24, 241, 25)
$label_RelatedInfo = GUICt