Click here to Skip to main content
15,922,574 members
Home / Discussions / C#
   

C#

 
GeneralRe: Show access form in C# application Pin
martin_hughes16-Jul-07 8:41
martin_hughes16-Jul-07 8:41 
GeneralRe: Show access form in C# application Pin
Paul Conrad16-Jul-07 8:48
professionalPaul Conrad16-Jul-07 8:48 
GeneralRe: Show access form in C# application Pin
Dan Neely16-Jul-07 10:37
Dan Neely16-Jul-07 10:37 
QuestionCustom UserControl with Designer support (design-time verbs tasks) Pin
NazLurker16-Jul-07 8:00
NazLurker16-Jul-07 8:00 
AnswerRe: Custom UserControl with Designer support (design-time verbs tasks) Pin
NazLurker16-Jul-07 16:34
NazLurker16-Jul-07 16:34 
QuestionHow to forward message in inbox to another address? Pin
Huy Dinh16-Jul-07 6:16
Huy Dinh16-Jul-07 6:16 
AnswerRe: How to forward message in inbox to another address? Pin
Bert delaVega17-Jul-07 5:07
Bert delaVega17-Jul-07 5:07 
QuestionRegex and Groups Pin
t4ure4n16-Jul-07 6:14
t4ure4n16-Jul-07 6:14 
AnswerRe: Regex and Groups Pin
PIEBALDconsult16-Jul-07 9:44
mvePIEBALDconsult16-Jul-07 9:44 
QuestionNew to C# and The code Project......got a good place to start? Pin
flyingnome16-Jul-07 6:11
flyingnome16-Jul-07 6:11 
AnswerRe: New to C# and The code Project......got a good place to start? Pin
neeraj00716-Jul-07 6:32
neeraj00716-Jul-07 6:32 
GeneralRe: New to C# and The code Project......got a good place to start? Pin
flyingnome16-Jul-07 7:29
flyingnome16-Jul-07 7:29 
AnswerRe: New to C# and The code Project......got a good place to start? Pin
Kevin McFarlane16-Jul-07 6:54
Kevin McFarlane16-Jul-07 6:54 
AnswerRe: New to C# and The code Project......got a good place to start? Pin
Scott Dorman16-Jul-07 6:59
professionalScott Dorman16-Jul-07 6:59 
GeneralRe: New to C# and The code Project......got a good place to start? Pin
flyingnome16-Jul-07 7:31
flyingnome16-Jul-07 7:31 
GeneralRe: New to C# and The code Project......got a good place to start? Pin
Scott Dorman16-Jul-07 7:36
professionalScott Dorman16-Jul-07 7:36 
GeneralRe: New to C# and The code Project......got a good place to start? Pin
Scott Dorman17-Jul-07 7:29
professionalScott Dorman17-Jul-07 7:29 
AnswerRe: New to C# and The code Project......got a good place to start? Pin
flyingnome16-Jul-07 7:55
flyingnome16-Jul-07 7:55 
GeneralRe: New to C# and The code Project......got a good place to start? Pin
Scott Dorman16-Jul-07 8:12
professionalScott Dorman16-Jul-07 8:12 
QuestionWhere do I define CompanyName etc.? Pin
AlexZieg7116-Jul-07 4:57
AlexZieg7116-Jul-07 4:57 
AnswerRe: Where do I define CompanyName etc.? Pin
mav.northwind16-Jul-07 5:00
mav.northwind16-Jul-07 5:00 
GeneralRe: Where do I define CompanyName etc.? Pin
AlexZieg7116-Jul-07 5:29
AlexZieg7116-Jul-07 5:29 
AnswerRe: Where do I define CompanyName etc.? Pin
Vasudevan Deepak Kumar16-Jul-07 7:47
Vasudevan Deepak Kumar16-Jul-07 7:47 
QuestionC# Object Reference Not Set to an Instance of Object Error Pin
Matthew Chi Sung Chan16-Jul-07 4:48
Matthew Chi Sung Chan16-Jul-07 4:48 
AnswerRe: C# Object Reference Not Set to an Instance of Object Error Pin
Malcolm Smart16-Jul-07 4:52
Malcolm Smart16-Jul-07 4:52 
Have you run it through a debugger? Put break points on or near where the code blows up. This should tell you which object isn't assigned.

Are you updating GUI components from the worker / background thread?

Run through a debugger, and the code should break out at the error. Beyond that, post the snippet of code that is failing...

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

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.