Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
ThisIsMyUserName223-Aug-06 14:17
ThisIsMyUserName223-Aug-06 14:17 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
Guffa23-Aug-06 21:23
Guffa23-Aug-06 21:23 
QuestionPrinting from a WebBrowser control in a separate thread Pin
User 137680022-Aug-06 22:58
User 137680022-Aug-06 22:58 
QuestionRe: Printing from a WebBrowser control in a separate thread [modified] Pin
User 137680023-Aug-06 2:04
User 137680023-Aug-06 2:04 
QuestionRibbon Control Pin
seq-22-Aug-06 22:45
seq-22-Aug-06 22:45 
QuestionSchedule task Pin
minniemooo22-Aug-06 22:44
minniemooo22-Aug-06 22:44 
AnswerRe: Schedule task Pin
Colin Angus Mackay22-Aug-06 23:00
Colin Angus Mackay22-Aug-06 23:00 
GeneralRe: Schedule task Pin
minniemooo22-Aug-06 23:10
minniemooo22-Aug-06 23:10 
GeneralRe: Schedule task Pin
S. Senthil Kumar23-Aug-06 2:08
S. Senthil Kumar23-Aug-06 2:08 
QuestionrichTextBox Pin
sarojkumarjena22-Aug-06 22:40
sarojkumarjena22-Aug-06 22:40 
AnswerRe: richTextBox Pin
Gammaza22-Aug-06 22:48
Gammaza22-Aug-06 22:48 
GeneralRe: richTextBox Pin
sarojkumarjena22-Aug-06 23:08
sarojkumarjena22-Aug-06 23:08 
GeneralRe: richTextBox Pin
mav.northwind23-Aug-06 1:38
mav.northwind23-Aug-06 1:38 
No.
You get what the event's name is indicating: The Text property has changed, nothing more, nothing less.
For example, if your cursor is at the beginning of the text, pressing Backspace will not modify the text, so no TextChanged event will occur.
To find out how the text has changed you'll have to save the previous version of the text and compare it with the new value.

Regards,
mav

--
Black holes are the places where god divided by 0...

QuestionBuilding a SqlConnection string during installation Pin
Gammaza22-Aug-06 22:33
Gammaza22-Aug-06 22:33 
AnswerRe: Building a SqlConnection string during installation Pin
Not Active23-Aug-06 1:11
mentorNot Active23-Aug-06 1:11 
GeneralRe: Building a SqlConnection string during installation Pin
Gammaza23-Aug-06 20:29
Gammaza23-Aug-06 20:29 
GeneralRe: Building a SqlConnection string during installation Pin
Not Active24-Aug-06 2:19
mentorNot Active24-Aug-06 2:19 
GeneralRe: Building a SqlConnection string during installation Pin
Gammaza5-Sep-06 2:38
Gammaza5-Sep-06 2:38 
GeneralRe: Building a SqlConnection string during installation Pin
Not Active5-Sep-06 7:42
mentorNot Active5-Sep-06 7:42 
Questiontop most modeless dialog Pin
s o v a n n22-Aug-06 22:11
s o v a n n22-Aug-06 22:11 
AnswerRe: top most modeless dialog Pin
Martin#22-Aug-06 22:17
Martin#22-Aug-06 22:17 
AnswerRe: top most modeless dialog Pin
Christian Graus22-Aug-06 22:20
protectorChristian Graus22-Aug-06 22:20 
AnswerRe: top most modeless dialog Pin
s o v a n n22-Aug-06 22:39
s o v a n n22-Aug-06 22:39 
GeneralRe: top most modeless dialog Pin
Christian Graus23-Aug-06 2:14
protectorChristian Graus23-Aug-06 2:14 
QuestionUnsafe DllImport Pin
Christian Wikander22-Aug-06 22:08
Christian Wikander22-Aug-06 22:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.