Click here to Skip to main content
15,898,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: Anonymous methods Pin
szukuro26-Jul-07 21:51
szukuro26-Jul-07 21:51 
GeneralRe: Anonymous methods Pin
J4amieC26-Jul-07 22:07
J4amieC26-Jul-07 22:07 
GeneralRe: Anonymous methods Pin
Kevin McFarlane26-Jul-07 23:46
Kevin McFarlane26-Jul-07 23:46 
GeneralRe: Anonymous methods Pin
Michael Sync26-Jul-07 23:47
Michael Sync26-Jul-07 23:47 
GeneralRe: Anonymous methods Pin
szukuro27-Jul-07 1:06
szukuro27-Jul-07 1:06 
GeneralRe: Anonymous methods Pin
Michael Sync27-Jul-07 1:29
Michael Sync27-Jul-07 1:29 
AnswerRe: Anonymous methods Pin
leppie27-Jul-07 3:22
leppie27-Jul-07 3:22 
Questionstring array Pin
Xmen Real 26-Jul-07 20:52
professional Xmen Real 26-Jul-07 20:52 
hi there,
i have a problem in array that is i define an array of string in general declaration
string[] mlines;


and in load event i assing a value to it like this
mlines[0] = "xyz";


but when i run application it gives error
"Object reference not set to an instance of an object."
its giving error because it default value is null...

can somebody tell how to solve it.....;P

Becoming Programmer...

AnswerRe: string array Pin
Urs Enzler26-Jul-07 20:54
Urs Enzler26-Jul-07 20:54 
AnswerRe: string array Pin
Christian Graus26-Jul-07 20:59
protectorChristian Graus26-Jul-07 20:59 
GeneralRe: string array Pin
Martin#26-Jul-07 21:00
Martin#26-Jul-07 21:00 
AnswerRe: string array Pin
T.EDY26-Jul-07 21:27
T.EDY26-Jul-07 21:27 
GeneralRe: string array Pin
Xmen Real 26-Jul-07 23:04
professional Xmen Real 26-Jul-07 23:04 
GeneralRe: string array Pin
Martin#26-Jul-07 23:17
Martin#26-Jul-07 23:17 
GeneralRe: string array Pin
Xmen Real 27-Jul-07 2:22
professional Xmen Real 27-Jul-07 2:22 
GeneralRe: string array Pin
Martin#27-Jul-07 3:25
Martin#27-Jul-07 3:25 
GeneralRe: string array Pin
Xmen Real 27-Jul-07 4:48
professional Xmen Real 27-Jul-07 4:48 
GeneralRe: string array Pin
Martin#27-Jul-07 9:28
Martin#27-Jul-07 9:28 
GeneralRe: string array Pin
Xmen Real 27-Jul-07 18:07
professional Xmen Real 27-Jul-07 18:07 
GeneralRe: string array Pin
Martin#29-Jul-07 8:59
Martin#29-Jul-07 8:59 
QuestionHow to increment the value of "Current Queue Length" counter for .NET CLR LocksandThreads Pin
Vikas Pai26-Jul-07 20:35
Vikas Pai26-Jul-07 20:35 
QuestionDefault Parameters Pin
M. J. Jaya Chitra26-Jul-07 20:17
M. J. Jaya Chitra26-Jul-07 20:17 
AnswerRe: Default Parameters Pin
Christian Graus26-Jul-07 20:22
protectorChristian Graus26-Jul-07 20:22 
GeneralRe: Default Parameters Pin
M. J. Jaya Chitra26-Jul-07 21:03
M. J. Jaya Chitra26-Jul-07 21:03 
GeneralRe: Default Parameters Pin
Michael Sync26-Jul-07 21:29
Michael Sync26-Jul-07 21:29 

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.