nichtfamedominik
nichtfamedominik
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
so in a TextChanged Event i write "Form2.Label4.Text = StreckeValue.Text"?
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
and how can i get with this a Text of a Label in Form1 to Form2?
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
EDIT: Got it
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
so in form 2 i do?
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
like this
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
this.Hide(); Form2 form2 = new Form2(); form2.ShowDialog(); this.Close();
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
i created form 2 via project direcly and via a button Form1 closes and form2 opens
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
im completly new so
26 replies
CC#
Created by nichtfamedominik on 9/20/2023 in #help
❔ Get Informations of Form 1 in Form 2
how can i do that?
26 replies
CC#
Created by nichtfamedominik on 9/18/2023 in #help
❔ ComboBox | When in ComboBox1 "A" selected then show in combobox2 "B"
i have that now but it didnt work
10 replies
CC#
Created by nichtfamedominik on 9/18/2023 in #help
❔ ComboBox | When in ComboBox1 "A" selected then show in combobox2 "B"
string curItem = comboBox4.SelectedItem.ToString(); int index = comboBox4.FindString("Hamburg"); if (index == -1) comboBox1.Text = "Derzeit keine Einträge vorhanden"; else comboBox1.Text = "Hamburg-Lübeck";
10 replies
CC#
Created by nichtfamedominik on 9/18/2023 in #help
❔ ComboBox | When in ComboBox1 "A" selected then show in combobox2 "B"
okay mate thanks, very helpful 😅
10 replies
CC#
Created by nichtfamedominik on 9/18/2023 in #help
❔ ComboBox | When in ComboBox1 "A" selected then show in combobox2 "B"
and which code i tipe in?
10 replies