Click here to Skip to main content
15,914,943 members
Home / Discussions / C#
   

C#

 
Questiondatetimepicker & short date Pin
Glen Harvy4-Feb-07 23:35
Glen Harvy4-Feb-07 23:35 
AnswerRe: datetimepicker & short date Pin
Christian Graus4-Feb-07 23:38
protectorChristian Graus4-Feb-07 23:38 
GeneralRe: datetimepicker & short date [modified] Pin
Glen Harvy5-Feb-07 2:05
Glen Harvy5-Feb-07 2:05 
GeneralRe: datetimepicker & short date Pin
Pratik Vasant Shah5-Feb-07 20:28
Pratik Vasant Shah5-Feb-07 20:28 
QuestionCollections and Datastructures Pin
Kushi Bobby4-Feb-07 23:10
Kushi Bobby4-Feb-07 23:10 
AnswerRe: Collections and Datastructures Pin
Stefan Troschuetz4-Feb-07 23:28
Stefan Troschuetz4-Feb-07 23:28 
QuestionException Handling Pin
Kushi Bobby4-Feb-07 23:04
Kushi Bobby4-Feb-07 23:04 
AnswerRe: Exception Handling Pin
Christian Graus4-Feb-07 23:07
protectorChristian Graus4-Feb-07 23:07 
A good first step would be to write a base page class, which handles and logs unhandled exceptions, and make all pages derive from it. From there, you need to decide where exception handling is needed for specific cases, and add it.

Putting all code in try/catch(Exception) blocks is bad practice, you should add exception handling only for specific exceptions that you can anticipate and recover from.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Exception Handling Pin
Kushi Bobby4-Feb-07 23:15
Kushi Bobby4-Feb-07 23:15 
GeneralRe: Exception Handling Pin
Christian Graus4-Feb-07 23:31
protectorChristian Graus4-Feb-07 23:31 
AnswerRe: Exception Handling Pin
VirtualVoid.NET6-Feb-07 3:41
VirtualVoid.NET6-Feb-07 3:41 
Question[C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_04-Feb-07 22:59
huheng_0_04-Feb-07 22:59 
AnswerRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 5:13
sitebuilderLuc Pattyn5-Feb-07 5:13 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 13:52
huheng_0_05-Feb-07 13:52 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 14:09
sitebuilderLuc Pattyn5-Feb-07 14:09 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 15:16
huheng_0_05-Feb-07 15:16 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 15:24
sitebuilderLuc Pattyn5-Feb-07 15:24 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 15:45
huheng_0_05-Feb-07 15:45 
QuestionHow to enable horizontol scrolling in C#.NET console application Pin
dream catcher4-Feb-07 22:33
dream catcher4-Feb-07 22:33 
AnswerRe: How to enable horizontol scrolling in C#.NET console application Pin
ShermansLagoon4-Feb-07 22:54
ShermansLagoon4-Feb-07 22:54 
Questionhexadecimal convertions and add on datagrid Pin
Mohammad Daba'an4-Feb-07 22:28
Mohammad Daba'an4-Feb-07 22:28 
AnswerRe: hexadecimal convertions and add on datagrid Pin
gauthee4-Feb-07 23:49
gauthee4-Feb-07 23:49 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Mohammad Daba'an5-Feb-07 0:04
Mohammad Daba'an5-Feb-07 0:04 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Luc Pattyn5-Feb-07 0:45
sitebuilderLuc Pattyn5-Feb-07 0:45 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Mohammad Daba'an5-Feb-07 1:02
Mohammad Daba'an5-Feb-07 1:02 

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.