Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Properties and GUI changes [modified] Pin
papadimitriou27-Mar-08 10:22
papadimitriou27-Mar-08 10:22 
QuestionNo breakpoints in Console?? Pin
som.nitk27-Mar-08 9:28
som.nitk27-Mar-08 9:28 
GeneralRe: No breakpoints in Console?? Pin
Judah Gabriel Himango27-Mar-08 10:06
sponsorJudah Gabriel Himango27-Mar-08 10:06 
GeneralRe: No breakpoints in Console?? Pin
Roger Alsing27-Mar-08 22:46
Roger Alsing27-Mar-08 22:46 
GeneralBackgroundWorker selecting from database Pin
Gareth H27-Mar-08 9:23
Gareth H27-Mar-08 9:23 
GeneralRe: BackgroundWorker selecting from database Pin
Luc Pattyn27-Mar-08 9:27
sitebuilderLuc Pattyn27-Mar-08 9:27 
GeneralRe: BackgroundWorker selecting from database Pin
Gareth H27-Mar-08 9:29
Gareth H27-Mar-08 9:29 
QuestionWhy? Pin
Marc Clifton27-Mar-08 9:04
mvaMarc Clifton27-Mar-08 9:04 
[rant]

Why is that when I assign the same data source, like a List<string> to two ComboBoxes (for example), the two ComboBoxes synchronize their selection? Why should a List<string> data source (or any data source for that matter) be shared in anything other than a read-only, here's the list usage? Ok, yeah, I get that the control needs to update if the data source changes, but even then, why should that cause the selection of an item in ComboBox 1 to cause ComboBox 2 to make the same selection??? This is ridiculous! It is not that uncommon to offer selections using the same data source, but now I have to clone the damn thing to decouple this "feature". Mad | :mad:

[/rant]


AnswerRe: Why? Pin
Luc Pattyn27-Mar-08 9:32
sitebuilderLuc Pattyn27-Mar-08 9:32 
GeneralRe: Why? Pin
half-life27-Mar-08 9:57
half-life27-Mar-08 9:57 
AnswerRe: Why? Pin
darkelv27-Mar-08 14:08
darkelv27-Mar-08 14:08 
QuestionSubclassing Socket Pin
Echilon27-Mar-08 8:44
Echilon27-Mar-08 8:44 
GeneralCursor dissappears on toggle. Pin
kumar.bs27-Mar-08 7:44
kumar.bs27-Mar-08 7:44 
QuestionHow to validate an XML string with an XSD file Pin
anto200527-Mar-08 7:10
anto200527-Mar-08 7:10 
GeneralRe: How to validate an XML string with an XSD file Pin
Gareth H27-Mar-08 7:44
Gareth H27-Mar-08 7:44 
GeneralRe: How to validate an XML string with an XSD file Pin
anto200527-Mar-08 22:14
anto200527-Mar-08 22:14 
GeneralRe: How to validate an XML string with an XSD file Pin
anto200527-Mar-08 22:23
anto200527-Mar-08 22:23 
GeneralRe: How to validate an XML string with an XSD file Pin
anto200527-Mar-08 22:34
anto200527-Mar-08 22:34 
Generalrunning a batch file from a command window launched from a c sharp program Pin
Xarzu27-Mar-08 6:04
Xarzu27-Mar-08 6:04 
GeneralRe: running a batch file from a command window launched from a c sharp program Pin
Giorgi Dalakishvili27-Mar-08 6:46
mentorGiorgi Dalakishvili27-Mar-08 6:46 
QuestionUnreachable code detected? Pin
Jasmine250127-Mar-08 5:21
Jasmine250127-Mar-08 5:21 
AnswerRe: Unreachable code detected? Pin
carbon_golem27-Mar-08 5:23
carbon_golem27-Mar-08 5:23 
GeneralRe: Unreachable code detected? Pin
Paul Conrad27-Mar-08 12:26
professionalPaul Conrad27-Mar-08 12:26 
AnswerRe: Unreachable code detected? Pin
Gareth H27-Mar-08 5:33
Gareth H27-Mar-08 5:33 
GeneralRe: Unreachable code detected? Pin
Jasmine250127-Mar-08 5:43
Jasmine250127-Mar-08 5:43 

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.