-3
And you guys are fine ?
As I can Fill a textbox with all items in a combobox list in a textbox, and combobox items can be variables come from different places.
Code :
For Each Linha In objClasse.atividades_secundarias
ComboBox1.Items.Add(Linha.code + " - " + Linha.text)
For Each VARIAVEL_DE_STRING As String In ComboBox1.Items
txt_atividades_secundarias_encontradas.Text &= VARIAVEL_DE_STRING & vbCrLf
Next
Thanks to everyone who helped because I took -3 penalty in the post ? .
– Perroni