Not being able to insert text to a rich text box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • K Viltersten

    Not being able to insert text to a rich text box

    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


Working...