Quote from
Gaev on March 12, 2021, 10:04 pm
@pauljonestindall
How do I get a ComboBox to show the first item in a list without clicking on it?
SetVar "[ComboBox1]" "firstItemInListGoesHere"
If the contents of the ComboBox are dynamic (i.e. not known at design time) ...
ListBoxGetItem "ComboBox1" "1" "[firstItem]"
SetVar "[ComboBox1]" "[firstItem]"
@pauljonestindall
How do I get a ComboBox to show the first item in a list without clicking on it?
SetVar "[ComboBox1]" "firstItemInListGoesHere"
If the contents of the ComboBox are dynamic (i.e. not known at design time) ...
ListBoxGetItem "ComboBox1" "1" "[firstItem]"
SetVar "[ComboBox1]" "[firstItem]"
proforma.guyot has reacted to this post.