Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using FFMPEG Wmv to Swf: Not Working in C#: Need Help... Pin
leppie6-Oct-08 0:01
leppie6-Oct-08 0:01 
QuestionHow to handle unhandled exceptions in Windows Forms application Pin
matixsc5-Oct-08 22:10
professionalmatixsc5-Oct-08 22:10 
AnswerRe: How to handle unhandled exceptions in Windows Forms application Pin
N a v a n e e t h5-Oct-08 22:25
N a v a n e e t h5-Oct-08 22:25 
GeneralRe: How to handle unhandled exceptions in Windows Forms application Pin
matixsc5-Oct-08 22:45
professionalmatixsc5-Oct-08 22:45 
GeneralRe: How to handle unhandled exceptions in Windows Forms application Pin
N a v a n e e t h5-Oct-08 23:07
N a v a n e e t h5-Oct-08 23:07 
GeneralRe: How to handle unhandled exceptions in Windows Forms application Pin
Vikram A Punathambekar5-Oct-08 23:30
Vikram A Punathambekar5-Oct-08 23:30 
GeneralRe: How to handle unhandled exceptions in Windows Forms application Pin
N a v a n e e t h5-Oct-08 23:33
N a v a n e e t h5-Oct-08 23:33 
AnswerRe: How to handle unhandled exceptions in Windows Forms application Pin
Daniel Grunwald6-Oct-08 2:44
Daniel Grunwald6-Oct-08 2:44 
The operating system is perfectly capable of cleaning up when your process exits.
Actually, .NET will already clean up all objects (including the event handler) when the AppDomain shuts down.
It only makes sense to explicitly detach the event handler when your application doesn't shut down but you still want to free the memory used by the exception handler.
GeneralRe: How to handle unhandled exceptions in Windows Forms application Pin
matixsc6-Oct-08 3:13
professionalmatixsc6-Oct-08 3:13 
GeneralRe: How to handle unhandled exceptions in Windows Forms application Pin
S. Senthil Kumar6-Oct-08 6:04
S. Senthil Kumar6-Oct-08 6:04 
QuestionHow to paste only valid value in textbox. Pin
S a n d y5-Oct-08 22:03
S a n d y5-Oct-08 22:03 
AnswerRe: How to paste only valid value in textbox. Pin
Nagy Vilmos5-Oct-08 22:05
professionalNagy Vilmos5-Oct-08 22:05 
GeneralRe: How to paste only valid value in textbox. Pin
S a n d y5-Oct-08 22:09
S a n d y5-Oct-08 22:09 
GeneralRe: How to paste only valid value in textbox. Pin
N a v a n e e t h5-Oct-08 22:29
N a v a n e e t h5-Oct-08 22:29 
AnswerRe: How to paste only valid value in textbox. Pin
Vikram A Punathambekar5-Oct-08 22:33
Vikram A Punathambekar5-Oct-08 22:33 
AnswerRe: How to paste only valid value in textbox. Pin
DaveyM696-Oct-08 0:13
professionalDaveyM696-Oct-08 0:13 
GeneralRe: How to paste only valid value in textbox. Pin
S a n d y6-Oct-08 1:41
S a n d y6-Oct-08 1:41 
GeneralRe: How to paste only valid value in textbox. Pin
DaveyM696-Oct-08 2:02
professionalDaveyM696-Oct-08 2:02 
GeneralRe: How to paste only valid value in textbox. Pin
S a n d y6-Oct-08 2:10
S a n d y6-Oct-08 2:10 
AnswerRe: How to paste only valid value in textbox. Pin
Vengatachalapathy Palanivel6-Oct-08 2:00
Vengatachalapathy Palanivel6-Oct-08 2:00 
GeneralRe: How to paste only valid value in textbox. Pin
S a n d y6-Oct-08 2:03
S a n d y6-Oct-08 2:03 
GeneralRe: How to paste only valid value in textbox. Pin
Vengatachalapathy Palanivel6-Oct-08 3:55
Vengatachalapathy Palanivel6-Oct-08 3:55 
GeneralRe: How to paste only valid value in textbox. Pin
S a n d y6-Oct-08 18:48
S a n d y6-Oct-08 18:48 
GeneralRe: How to paste only valid value in textbox. Pin
Vengatachalapathy Palanivel6-Oct-08 19:38
Vengatachalapathy Palanivel6-Oct-08 19:38 
QuestionHow Save and retrive Font in database Pin
sepel5-Oct-08 19:56
sepel5-Oct-08 19:56 

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.