Click here to Skip to main content
15,913,305 members
Home / Discussions / C#
   

C#

 
AnswerRe: NLP Projects Pin
Christian Graus6-Feb-09 23:17
protectorChristian Graus6-Feb-09 23:17 
QuestionSeparate thread Pin
Muammar©6-Feb-09 19:58
Muammar©6-Feb-09 19:58 
AnswerRe: Separate thread Pin
Christian Graus6-Feb-09 23:16
protectorChristian Graus6-Feb-09 23:16 
GeneralRe: Separate thread Pin
Muammar©6-Feb-09 23:52
Muammar©6-Feb-09 23:52 
AnswerRe: Separate thread Pin
Luc Pattyn7-Feb-09 6:46
sitebuilderLuc Pattyn7-Feb-09 6:46 
AnswerRe: Separate thread Pin
Daniel Grunwald7-Feb-09 0:55
Daniel Grunwald7-Feb-09 0:55 
GeneralRe: Separate thread Pin
Muammar©7-Feb-09 3:09
Muammar©7-Feb-09 3:09 
QuestionAdding a static event handler to a form that will be disposed. Pin
Flyboy766-Feb-09 15:07
Flyboy766-Feb-09 15:07 
I thought it would be possible to add a static event handler and attach to it from outside the form code add the event listener then instantiate the form with Application.Run(new Form()).

Inside the Form, the Event gets fired, and then calls Form.Close(), Application.Exit() on the Sender object (the Form) but I get an error that I cannot access an Disposed object.

I thought this would be possible if the EventHandler was static I thought it would not care if the object was disposed.

Thanks for any help guys sorry I am a newbie to UI programming.
AnswerRe: Adding a static event handler to a form that will be disposed. Pin
N a v a n e e t h6-Feb-09 16:21
N a v a n e e t h6-Feb-09 16:21 
GeneralRe: Adding a static event handler to a form that will be disposed. Pin
Flyboy767-Feb-09 17:35
Flyboy767-Feb-09 17:35 
QuestionReading multiple records from a database Pin
ferronrsmith6-Feb-09 13:56
ferronrsmith6-Feb-09 13:56 
AnswerRe: Reading multiple records from a database Pin
Christian Graus6-Feb-09 14:08
protectorChristian Graus6-Feb-09 14:08 
GeneralRe: Reading multiple records from a database Pin
ferronrsmith6-Feb-09 14:19
ferronrsmith6-Feb-09 14:19 
GeneralRe: Reading multiple records from a database Pin
Christian Graus6-Feb-09 16:31
protectorChristian Graus6-Feb-09 16:31 
GeneralRe: Reading multiple records from a database Pin
ferronrsmith6-Feb-09 16:48
ferronrsmith6-Feb-09 16:48 
GeneralRe: Reading multiple records from a database Pin
Christian Graus6-Feb-09 18:16
protectorChristian Graus6-Feb-09 18:16 
GeneralRe: Reading multiple records from a database Pin
ferronrsmith6-Feb-09 20:22
ferronrsmith6-Feb-09 20:22 
GeneralRe: Reading multiple records from a database Pin
ferronrsmith7-Feb-09 10:21
ferronrsmith7-Feb-09 10:21 
QuestionProblem Replacing Smart Quotes Pin
Aaron Hartley6-Feb-09 13:33
Aaron Hartley6-Feb-09 13:33 
AnswerRe: Problem Replacing Smart Quotes Pin
Guffa6-Feb-09 14:51
Guffa6-Feb-09 14:51 
QuestionC# Registry Change Event Pin
Michael Fritzius6-Feb-09 12:07
professionalMichael Fritzius6-Feb-09 12:07 
AnswerRe: C# Registry Change Event Pin
Christian Graus6-Feb-09 12:42
protectorChristian Graus6-Feb-09 12:42 
AnswerRe: C# Registry Change Event Pin
cmk6-Feb-09 15:54
cmk6-Feb-09 15:54 
AnswerRe: C# Registry Change Event Pin
Giorgi Dalakishvili6-Feb-09 21:00
mentorGiorgi Dalakishvili6-Feb-09 21:00 
Questionhow to work with an opened text file in list box? Pin
pcsience6-Feb-09 9:57
pcsience6-Feb-09 9:57 

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.