Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
QuestionListView Pin
karl170121-Jan-07 16:26
karl170121-Jan-07 16:26 
AnswerRe: ListView Pin
Ravi Bhavnani21-Jan-07 17:23
professionalRavi Bhavnani21-Jan-07 17:23 
GeneralRe: ListView Pin
karl170122-Jan-07 2:43
karl170122-Jan-07 2:43 
GeneralRe: ListView Pin
Ravi Bhavnani22-Jan-07 2:53
professionalRavi Bhavnani22-Jan-07 2:53 
GeneralRe: ListView Pin
karl170122-Jan-07 3:12
karl170122-Jan-07 3:12 
AnswerRe: ListView Pin
SeriousM21-Jan-07 23:19
SeriousM21-Jan-07 23:19 
GeneralRe: ListView Pin
karl170122-Jan-07 2:43
karl170122-Jan-07 2:43 
QuestionEvent order sequence... Pin
e-laj21-Jan-07 16:04
e-laj21-Jan-07 16:04 
Hi every body ,
(sorry for my english...)

Suppose we have a text box (textBox1).
If we "leave" this text box by pressing the TAB key, the order of the following events is:
textBox1_Validated
textBox1_LostFocus

But, if we leave this text box using the mouse, that is by pressing on another control on the Form using the mouse, the order of these events is:
textBox1_LostFocus
textBox1_Validated

This is strange behavior in my opinion.
May anyone explain me this behavior?

Thanks in advanced, elaj



AnswerRe: Event order sequence... [modified] Pin
Mircea Puiu21-Jan-07 23:17
Mircea Puiu21-Jan-07 23:17 
GeneralRe: Event order sequence... Pin
e-laj21-Jan-07 23:41
e-laj21-Jan-07 23:41 
GeneralRe: Event order sequence... Pin
Mircea Puiu22-Jan-07 4:07
Mircea Puiu22-Jan-07 4:07 
QuestionServer/Service Enumeration in C# Pin
Wolfram Steinke21-Jan-07 15:21
Wolfram Steinke21-Jan-07 15:21 
AnswerRe: Server/Service Enumeration in C# Pin
Mircea Puiu21-Jan-07 23:04
Mircea Puiu21-Jan-07 23:04 
QuestionHave a question, it is a little difficult. Pin
CanadaProgrammer21-Jan-07 14:37
CanadaProgrammer21-Jan-07 14:37 
AnswerRe: Have a question, it is a little difficult. Pin
Christian Graus21-Jan-07 14:52
protectorChristian Graus21-Jan-07 14:52 
AnswerRe: Have a question, it is a little difficult. Pin
Seishin#21-Jan-07 20:46
Seishin#21-Jan-07 20:46 
GeneralRe: Have a question, it is a little difficult. Pin
Christian Graus21-Jan-07 21:39
protectorChristian Graus21-Jan-07 21:39 
GeneralRe: Have a question, it is a little difficult. Pin
Seishin#21-Jan-07 22:31
Seishin#21-Jan-07 22:31 
AnswerRe: Have a question, it is a little difficult. Pin
David Domingues22-Jan-07 4:35
David Domingues22-Jan-07 4:35 
QuestionIs Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 14:36
Jeffrey Scott Flesher21-Jan-07 14:36 
AnswerRe: Is Code running in Windows App or Web Pin
Christian Graus21-Jan-07 14:53
protectorChristian Graus21-Jan-07 14:53 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 19:22
Jeffrey Scott Flesher21-Jan-07 19:22 
GeneralRe: Is Code running in Windows App or Web Pin
H. Neville III21-Jan-07 22:24
H. Neville III21-Jan-07 22:24 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher22-Jan-07 7:13
Jeffrey Scott Flesher22-Jan-07 7:13 
AnswerRe: Is Code running in Windows App or Web Pin
Guffa21-Jan-07 19:19
Guffa21-Jan-07 19:19 

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.