RichTextBox event TextChanged is not working

  • Thread starter Thread starter René Meinecke
  • Start date Start date
R

René Meinecke

hi there,

i have a big problem, which i can´t understand, as usual.

i created a RichTextBox control with defined event TextChanged. this event
is raised, if i
edit the control with the keyboard. i also want the same reaction, when i
set the controls
Text property, but in this case, nothing happens.

if anyone can tell me, why this happens, i would appreciate this. i also
would like to see a
solution to this problem, cause i can´t find any event which is raised when
i set the Text
property of the control in code.

thx a lot

peace René
 
* "René Meinecke said:
i have a big problem, which i can´t understand, as usual.

i created a RichTextBox control with defined event TextChanged. this event
is raised, if i
edit the control with the keyboard. i also want the same reaction, when i
set the controls
Text property, but in this case, nothing happens.

if anyone can tell me, why this happens, i would appreciate this. i also
would like to see a
solution to this problem, cause i can´t find any event which is raised when
i set the Text
property of the control in code.

I replied to your post in the other group. As mentioned there, I was
not able to repro that. Which version of .NET/Windows are you using?
 
hi,

i just found out, that my VS .NET 2002 will not use the Framework 1.1.
so i might be using the Framework 1.0 with VS .NET.
is there any way to integrate this?

thx René

René Meinecke said:
hi,

i am using .NET Framework 1.1 and Windows XP, just like you.

thx René


when
 
* "René Meinecke said:
i just found out, that my VS .NET 2002 will not use the Framework 1.1.
so i might be using the Framework 1.0 with VS .NET.
is there any way to integrate this?

No, VS.NET will only work with .NET 1.0. Maybe it was a bug fixed in
..NET 1.1.
 
Back
Top