Click here to Skip to main content
15,921,837 members
Home / Discussions / C#
   

C#

 
Questioniterating dictionaries Pin
invictus39-May-08 8:53
invictus39-May-08 8:53 
AnswerRe: iterating dictionaries Pin
Pete O'Hanlon9-May-08 9:03
mvePete O'Hanlon9-May-08 9:03 
AnswerRe: iterating dictionaries Pin
PIEBALDconsult9-May-08 10:38
mvePIEBALDconsult9-May-08 10:38 
AnswerRe: iterating dictionaries Pin
Daniel Grunwald10-May-08 5:11
Daniel Grunwald10-May-08 5:11 
GeneralRe: iterating dictionaries Pin
invictus310-May-08 5:15
invictus310-May-08 5:15 
GeneralRe: iterating dictionaries Pin
invictus310-May-08 5:54
invictus310-May-08 5:54 
Questionlistbox_indexchanged read from MySQL Pin
Privilegue9-May-08 8:24
Privilegue9-May-08 8:24 
AnswerRe: listbox_indexchanged read from MySQL Pin
CodingYoshi9-May-08 11:33
CodingYoshi9-May-08 11:33 
QuestionWeird focus problem Pin
kensai9-May-08 3:34
kensai9-May-08 3:34 
AnswerRe: Weird focus problem Pin
CodingYoshi9-May-08 11:35
CodingYoshi9-May-08 11:35 
GeneralRe: Weird focus problem Pin
kensai10-May-08 2:50
kensai10-May-08 2:50 
GeneralRe: Weird focus problem Pin
CodingYoshi10-May-08 9:41
CodingYoshi10-May-08 9:41 
GeneralRe: Weird focus problem Pin
kensai10-May-08 12:53
kensai10-May-08 12:53 
AnswerRe: Weird focus problem Pin
Dave Sexton10-May-08 0:30
Dave Sexton10-May-08 0:30 
GeneralRe: Weird focus problem Pin
kensai10-May-08 2:35
kensai10-May-08 2:35 
QuestionI need help starting multiple and communicating between application domains [modified] Pin
Togakangaroo9-May-08 3:15
Togakangaroo9-May-08 3:15 
AnswerRe: I need help starting multiple and communicating between application domains Pin
CodingYoshi9-May-08 11:44
CodingYoshi9-May-08 11:44 
GeneralRe: I need help starting multiple and communicating between application domains Pin
Togakangaroo9-May-08 14:37
Togakangaroo9-May-08 14:37 
Well yes, there's a couple other issues. Essentially, in order to do this I would have to create another program which would have as its sole duty restarting the application, then when a 'restart' condition is detected I would have to start up the restarting program, shut down the actual application. Also, I would loose all ability to keep state information over how many times I have had to do this. Finally, there would be perceptible flicker as the application shuts down and restarts - that's unacceptable for the type of application that this is.

So yeah, while I understand why you would ask that, I've discussed the issue with several people and this was the simplest solution that we had. (The more complicated solution is to create a ResetRegistrar object that all objects register themselves with and that will call a Reset() method for each object when a reset condition is met).
GeneralRe: I need help starting multiple and communicating between application domains Pin
CodingYoshi9-May-08 17:10
CodingYoshi9-May-08 17:10 
GeneralRe: I need help starting multiple and communicating between application domains Pin
Togakangaroo10-May-08 8:44
Togakangaroo10-May-08 8:44 
GeneralRe: I need help starting multiple and communicating between application domains Pin
CodingYoshi10-May-08 9:45
CodingYoshi10-May-08 9:45 
QuestionBinding WebService to DataSet Pin
Aggressor9-May-08 2:26
Aggressor9-May-08 2:26 
AnswerRe: Binding WebService to DataSet Pin
CodingYoshi9-May-08 11:49
CodingYoshi9-May-08 11:49 
QuestionRemoving the parent node in an xml document Pin
dangquoctrang9-May-08 1:29
dangquoctrang9-May-08 1:29 
AnswerRe: Removing the parent node in an xml document [modified] Pin
webtips9-May-08 4:12
webtips9-May-08 4:12 

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.