Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: label color in form Pin
Curtis Schlak.10-Jan-06 8:34
Curtis Schlak.10-Jan-06 8:34 
GeneralRe: label color in form Pin
shabonaa10-Jan-06 9:48
shabonaa10-Jan-06 9:48 
QuestionReadonly property on PropertyGrid Pin
Luis Barreira10-Jan-06 8:06
Luis Barreira10-Jan-06 8:06 
AnswerRe: Readonly property on PropertyGrid Pin
leppie10-Jan-06 19:08
leppie10-Jan-06 19:08 
GeneralRe: Readonly property on PropertyGrid Pin
Luis Barreira10-Jan-06 23:34
Luis Barreira10-Jan-06 23:34 
GeneralRe: Readonly property on PropertyGrid Pin
leppie10-Jan-06 23:42
leppie10-Jan-06 23:42 
QuestionLose db connection after setup???? Pin
Small Rat10-Jan-06 7:17
Small Rat10-Jan-06 7:17 
AnswerRe: Lose db connection after setup???? Pin
Guffa10-Jan-06 7:31
Guffa10-Jan-06 7:31 
Where did you get the error message? You couldn't have gotten it in the code you are showing.

You catch any exception that occurs and ignore it, so you'll never know if the connection was successful or not, or the reason if it wasn't. If you catch the exception, you have to handle it, or you will end up just as you are now, fumbling in darkness without a clue to what went wrong.

---
b { font-weight: normal; }

GeneralRe: Lose db connection after setup???? Pin
Small Rat10-Jan-06 7:38
Small Rat10-Jan-06 7:38 
GeneralRe: Lose db connection after setup???? Pin
Dave Kreskowiak10-Jan-06 9:10
mveDave Kreskowiak10-Jan-06 9:10 
AnswerRe: Lose db connection after setup???? Pin
Guffa10-Jan-06 20:59
Guffa10-Jan-06 20:59 
GeneralRe: Lose db connection after setup???? Pin
Small Rat11-Jan-06 16:46
Small Rat11-Jan-06 16:46 
QuestionCom+ NetBios problem Pin
webhay10-Jan-06 6:52
webhay10-Jan-06 6:52 
QuestionProblem connection string Sybase C# Pin
coloso10-Jan-06 6:47
coloso10-Jan-06 6:47 
AnswerRe: Problem connection string Sybase C# Pin
Guffa10-Jan-06 6:54
Guffa10-Jan-06 6:54 
QuestionSee webcam from another PC Pin
Daniel Santillanes10-Jan-06 5:11
professionalDaniel Santillanes10-Jan-06 5:11 
AnswerRe: See webcam from another PC Pin
Curtis Schlak.10-Jan-06 5:43
Curtis Schlak.10-Jan-06 5:43 
QuestionSynchronization Pin
rakesh_nits10-Jan-06 4:41
rakesh_nits10-Jan-06 4:41 
AnswerRe: Synchronization Pin
Curtis Schlak.10-Jan-06 4:49
Curtis Schlak.10-Jan-06 4:49 
QuestionButton event Pin
Kola Sokol10-Jan-06 4:40
Kola Sokol10-Jan-06 4:40 
AnswerRe: Button event Pin
Curtis Schlak.10-Jan-06 4:44
Curtis Schlak.10-Jan-06 4:44 
GeneralRe: Button event Pin
Kola Sokol10-Jan-06 5:12
Kola Sokol10-Jan-06 5:12 
GeneralRe: Button event Pin
exhaulted10-Jan-06 5:38
exhaulted10-Jan-06 5:38 
GeneralRe: Button event Pin
Curtis Schlak.10-Jan-06 5:38
Curtis Schlak.10-Jan-06 5:38 
GeneralRe: Button event Pin
Kola Sokol10-Jan-06 5:42
Kola Sokol10-Jan-06 5:42 

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.