Click here to Skip to main content
15,915,508 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Opinions about user identification in multi-tier environment Pin
Mark Churchill23-Sep-08 23:26
Mark Churchill23-Sep-08 23:26 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Wendelius24-Sep-08 8:17
mentorWendelius24-Sep-08 8:17 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Mark Churchill24-Sep-08 19:03
Mark Churchill24-Sep-08 19:03 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Wendelius29-Sep-08 3:48
mentorWendelius29-Sep-08 3:48 
AnswerRe: Opinions about user identification in multi-tier environment Pin
cpkilekofp25-Sep-08 6:38
cpkilekofp25-Sep-08 6:38 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Wendelius29-Sep-08 3:53
mentorWendelius29-Sep-08 3:53 
QuestionObject Databases, Non Volatile RAM and Far Caches Pin
FrankSzendzielarz17-Sep-08 3:12
FrankSzendzielarz17-Sep-08 3:12 
Questionsub routines Pin
CodingYoshi16-Sep-08 4:40
CodingYoshi16-Sep-08 4:40 
AnswerRe: sub routines Pin
Pete O'Hanlon16-Sep-08 12:05
mvePete O'Hanlon16-Sep-08 12:05 
AnswerRe: sub routines Pin
Paul Conrad16-Sep-08 12:30
professionalPaul Conrad16-Sep-08 12:30 
GeneralRe: sub routines Pin
CodingYoshi22-Sep-08 13:04
CodingYoshi22-Sep-08 13:04 
QuestionDetecting analog pulses in Software Pin
JohnnyG11-Sep-08 14:20
JohnnyG11-Sep-08 14:20 
QuestionClearing controls Pin
CodingYoshi5-Sep-08 6:26
CodingYoshi5-Sep-08 6:26 
AnswerRe: Clearing controls Pin
led mike5-Sep-08 7:10
led mike5-Sep-08 7:10 
GeneralRe: Clearing controls Pin
CodingYoshi5-Sep-08 7:34
CodingYoshi5-Sep-08 7:34 
GeneralRe: Clearing controls Pin
led mike5-Sep-08 7:44
led mike5-Sep-08 7:44 
GeneralRe: Clearing controls Pin
Ray Cassick18-Sep-08 19:42
Ray Cassick18-Sep-08 19:42 
GeneralRe: Clearing controls Pin
led mike22-Sep-08 6:46
led mike22-Sep-08 6:46 
GeneralRe: Clearing controls Pin
Paul Conrad5-Sep-08 8:59
professionalPaul Conrad5-Sep-08 8:59 
AnswerRe: Clearing controls Pin
Leslie Sanford13-Sep-08 17:40
Leslie Sanford13-Sep-08 17:40 
CodingYoshi wrote:
I can have a boolean variable (something like cleaningUp) set to true during hiding of the form. If this variable is set to true then it will exit the text changed event handler.


There's nothing wrong with this approach; I've had to use it myself.

The problem is with the design of the controls, in my opinion. The XXXChanged events do not in most (all?) cases distinquish between changes generated by the user and those generated programmically. As a result, your event handler can't tell the difference. So you wind up having to use a kludge like a boolean flag to indicate when the event is being raised in response to the user's action as opposed to being raised in response to a change made programmically.
AnswerRe: Clearing controls Pin
darkelv24-Sep-08 4:56
darkelv24-Sep-08 4:56 
Questioncreating VB.NET project to use C++ source code Pin
theBulldog_312-Sep-08 10:57
theBulldog_312-Sep-08 10:57 
AnswerRe: creating VB.NET project to use C++ source code Pin
Paul Conrad2-Sep-08 19:10
professionalPaul Conrad2-Sep-08 19:10 
AnswerRe: creating VB.NET project to use C++ source code Pin
Ju@ncho11-Sep-08 8:40
Ju@ncho11-Sep-08 8:40 
Questionfrom c pointer function to good object design Pin
mp3butcher2-Sep-08 5:14
mp3butcher2-Sep-08 5:14 

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.