I'm doing this on my rich text box called rtb, with cmb being a combo box.
rtb.Text.Insert (rtb.Text.Lengt h, cmb.SelectedIte m.ToString () + "\n");
The text, however, doesn't appear. What do i miss?
The idea is to add the text selected from the combo box each
time the selection is made. That way, one can create a simple
log or "how-to" list of commands.
--
Regards
Konrad Viltersten
--------------------------------
IT-Consultant
Mandator, Fujitsu Services
0730 - 700 418
rtb.Text.Insert (rtb.Text.Lengt h, cmb.SelectedIte m.ToString () + "\n");
The text, however, doesn't appear. What do i miss?
The idea is to add the text selected from the combo box each
time the selection is made. That way, one can create a simple
log or "how-to" list of commands.
--
Regards
Konrad Viltersten
--------------------------------
IT-Consultant
Mandator, Fujitsu Services
0730 - 700 418