Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cross post Pin
Luc Pattyn29-Mar-11 4:20
sitebuilderLuc Pattyn29-Mar-11 4:20 
QuestionEvent-Based programming Pin
reversing28-Mar-11 22:06
reversing28-Mar-11 22:06 
AnswerRe: Event-Based programming Pin
Pete O'Hanlon28-Mar-11 22:13
mvePete O'Hanlon28-Mar-11 22:13 
GeneralRe: Event-Based programming Pin
reversing28-Mar-11 22:19
reversing28-Mar-11 22:19 
GeneralRe: Event-Based programming Pin
Pete O'Hanlon28-Mar-11 22:46
mvePete O'Hanlon28-Mar-11 22:46 
AnswerRe: Event-Based programming Pin
PIEBALDconsult29-Mar-11 2:45
mvePIEBALDconsult29-Mar-11 2:45 
QuestionC# Warnings Pin
karthikgowda28-Mar-11 21:04
karthikgowda28-Mar-11 21:04 
AnswerRe: C# Warnings Pin
Pritesh Aryan28-Mar-11 21:14
Pritesh Aryan28-Mar-11 21:14 
for first one that is "Warning 1 Object reference not set to an instance of an object.0 0"

you may have just declaring object.....
but not create instance.......
for example.......
suppose one class Triangle

then,
1.Declare object of Triangle class
private triangleObj;

2. You may don't have do the following step before using it so just do it
triangleObj = new Triangle();


Thanks.........
AnswerRe: C# Warnings Pin
Pete O'Hanlon28-Mar-11 22:18
mvePete O'Hanlon28-Mar-11 22:18 
AnswerRe: C# Warnings Pin
OriginalGriff28-Mar-11 22:23
mveOriginalGriff28-Mar-11 22:23 
GeneralRe: C# Warnings Pin
Pete O'Hanlon28-Mar-11 22:50
mvePete O'Hanlon28-Mar-11 22:50 
GeneralRe: C# Warnings Pin
OriginalGriff28-Mar-11 22:55
mveOriginalGriff28-Mar-11 22:55 
GeneralRe: C# Warnings Pin
karthikgowda29-Mar-11 6:20
karthikgowda29-Mar-11 6:20 
AnswerRe: C# Warnings Pin
Ganesh Kumar Kaki13-Apr-11 2:26
Ganesh Kumar Kaki13-Apr-11 2:26 
QuestionLibrary for surface reconstruction in C# Pin
Pritesh Aryan28-Mar-11 20:48
Pritesh Aryan28-Mar-11 20:48 
AnswerRe: Library for surface reconstruction in C# Pin
Pritesh Aryan28-Mar-11 22:43
Pritesh Aryan28-Mar-11 22:43 
GeneralRe: Library for surface reconstruction in C# Pin
Dave Kreskowiak29-Mar-11 1:51
mveDave Kreskowiak29-Mar-11 1:51 
QuestionLarge source code repos Pin
Ozcan ILIKHAN28-Mar-11 19:34
Ozcan ILIKHAN28-Mar-11 19:34 
AnswerRe: Large source code repos Pin
Eddy Vluggen29-Mar-11 0:27
professionalEddy Vluggen29-Mar-11 0:27 
AnswerRe: Large source code repos Pin
PIEBALDconsult29-Mar-11 2:48
mvePIEBALDconsult29-Mar-11 2:48 
GeneralRe: Large source code repos Pin
Ozcan ILIKHAN29-Mar-11 5:02
Ozcan ILIKHAN29-Mar-11 5:02 
GeneralRe: Large source code repos Pin
PIEBALDconsult30-Mar-11 18:35
mvePIEBALDconsult30-Mar-11 18:35 
AnswerRe: Large source code repos Pin
BobJanova30-Mar-11 23:46
BobJanova30-Mar-11 23:46 
Question"Client & Server" Pin
CoderAz28-Mar-11 18:43
CoderAz28-Mar-11 18:43 
AnswerRe: "Client & Server" Pin
fish201229-Mar-11 0:58
fish201229-Mar-11 0:58 

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.