1
I’m complementing a system with two combobox
In the comboBox1 the name of the folders shall appear for user selection, 
In the comboBox2 should appear the .exe which will be transferred to a directory after clicking on a button to copy the selected file in combobox. 
I looked in some tutorials on the internet, but I did not find any this way.
Does anyone have any tips??
I understood the logic, it’s quite simple. But I’m having difficulties in cmb, where returns the error that it does not exist in the current context.
– T.Feitosa
You need to renown cmbDir and cmbArq pro name the combobox Voce has in its application
– Thiago Loureiro
worked my friend thank you very much
– T.Feitosa