Search found 3 matches

by saritM
Mon Feb 15, 2016 5:05 am
Forum: PowerShell
Topic: ComboBox and ListBox trigger
Replies: 6
Views: 4478

Re: ComboBox and ListBox trigger

$combobox2_SelectedIndexChanged={ #TODO: Place custom script here param ( [string]$DisplayMember_CB_LDST = ["LDST-TGB-BES01", "LDST-TGB-BES02"], [string]$DisplayMember_CB_MAST = ["MAST-TGA-BES01", "MAST-TGA-BES02"] ) if ($combobox1.SelectedIndex -eq "Stag...
by saritM
Mon Feb 15, 2016 12:36 am
Forum: PowerShell
Topic: ComboBox and ListBox trigger
Replies: 6
Views: 4478

Re: ComboBox and ListBox trigger

can you please show me an example?
by saritM
Sun Feb 14, 2016 3:45 am
Forum: PowerShell
Topic: ComboBox and ListBox trigger
Replies: 6
Views: 4478

ComboBox and ListBox trigger

Hello,

I have windows form with combobox and listbox.
I want that once item selected in the combobox, the items in the listbox will change accordingly
tried million of options but nothing is working.
can someone please help?

thanks,
Sarit