Click here to Skip to main content
15,901,283 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionproblem with PasswordDeriveBytes on windows ce Pin
iman_kh7-Jun-12 20:36
iman_kh7-Jun-12 20:36 
AnswerRe: problem with PasswordDeriveBytes on windows ce Pin
Dave Kreskowiak8-Jun-12 3:37
mveDave Kreskowiak8-Jun-12 3:37 
QuestionDevelop COM class / ActiveX with data bound properties in .NET? Pin
vware4-Jun-12 8:55
vware4-Jun-12 8:55 
QuestionParadise Trojan - Wonderfulll trojan made with vb.net Pin
mustoyildiz2-Jun-12 5:04
mustoyildiz2-Jun-12 5:04 
QuestionUnable to deploy the Application into server from VS 2010 using Web set deployment type Pin
ChandrakanthGaddam31-May-12 4:20
ChandrakanthGaddam31-May-12 4:20 
AnswerRe: Unable to deploy the Application into server from VS 2010 using Web set deployment type Pin
Sandeep Mewara4-Jun-12 19:23
mveSandeep Mewara4-Jun-12 19:23 
Questioni want know how to calculate characters in vb.net Pin
sallu_maddy29-May-12 23:02
sallu_maddy29-May-12 23:02 
AnswerRe: i want know how to calculate characters in vb.net Pin
Richard MacCutchan29-May-12 23:45
mveRichard MacCutchan29-May-12 23:45 
AnswerRe: i want know how to calculate characters in vb.net Pin
vvashishta30-May-12 21:27
vvashishta30-May-12 21:27 
AnswerRe: i want know how to calculate characters in vb.net Pin
Sandeep Mewara4-Jun-12 19:25
mveSandeep Mewara4-Jun-12 19:25 
QuestionCreating complete layout in expression blend instead of using the NavigateService Pin
g3rdi29-May-12 2:05
g3rdi29-May-12 2:05 
QuestionWCF Foundation Pin
vvashishta28-May-12 23:48
vvashishta28-May-12 23:48 
AnswerRe: WCF Foundation Pin
Eddy Vluggen29-May-12 1:03
professionalEddy Vluggen29-May-12 1:03 
AnswerRe: WCF Foundation Pin
CodingLover30-May-12 15:59
CodingLover30-May-12 15:59 
AnswerRe: WCF Foundation Pin
Oleksandr Kulchytskyi31-May-12 7:04
professionalOleksandr Kulchytskyi31-May-12 7:04 
AnswerRe: WCF Foundation Pin
Sander Rossel1-Jun-12 11:26
professionalSander Rossel1-Jun-12 11:26 
QuestionTcp Shared Messages Pin
trampel_ba28-May-12 1:46
trampel_ba28-May-12 1:46 
AnswerRe: Tcp Shared Messages Pin
Ankit Rajput28-May-12 10:15
Ankit Rajput28-May-12 10:15 
GeneralRe: Tcp Shared Messages Pin
CodingLover30-May-12 16:00
CodingLover30-May-12 16:00 
GeneralRe: Tcp Shared Messages Pin
trampel_ba1-Jun-12 23:32
trampel_ba1-Jun-12 23:32 
GeneralRe: Tcp Shared Messages Pin
MicroVirus8-Jun-12 10:36
MicroVirus8-Jun-12 10:36 
What event are you handling in order to detect when the (rich) textbox is updated?

Often when hooking into the Changed event or the likes, this is raised both by user input and by changing to the text by code. That means that the user types something, Changed is called, messages are sent and then the code adjusts the Text property. But then, Changed is raised again (this time due to a change from code) and the process repeats.
I'm guessing with a normal Textbox this infinite cycles ends because the textbox eventually recognises that, even though you set its Text property to something else, the actual contents of the Text is unchanged.
GeneralRe: Tcp Shared Messages Pin
trampel_ba10-Jun-12 5:01
trampel_ba10-Jun-12 5:01 
Question.net MVC in 3.5 Pin
InderK26-May-12 19:32
InderK26-May-12 19:32 
AnswerRe: .net MVC in 3.5 Pin
Abhinav S27-May-12 7:40
Abhinav S27-May-12 7:40 
AnswerRe: .net MVC in 3.5 Pin
Sandeep Mewara27-May-12 19:53
mveSandeep Mewara27-May-12 19:53 

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.