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

C#

 
QuestionCapturing letter and displaying in uppercase Pin
neer124-Jul-08 18:42
neer124-Jul-08 18:42 
AnswerRe: Capturing letter and displaying in uppercase Pin
stancrm24-Jul-08 19:57
stancrm24-Jul-08 19:57 
QuestionUsing List? Pin
dipuks24-Jul-08 16:20
dipuks24-Jul-08 16:20 
AnswerRe: Using List? Pin
Scott Dorman24-Jul-08 16:25
professionalScott Dorman24-Jul-08 16:25 
GeneralRe: Using List? Pin
PIEBALDconsult24-Jul-08 16:51
mvePIEBALDconsult24-Jul-08 16:51 
GeneralRe: Using List? Pin
Scott Dorman24-Jul-08 16:55
professionalScott Dorman24-Jul-08 16:55 
AnswerRe: Using List? Pin
Scott Dorman24-Jul-08 16:57
professionalScott Dorman24-Jul-08 16:57 
AnswerRe: Using List? Pin
Guffa24-Jul-08 22:20
Guffa24-Jul-08 22:20 
dipuks wrote:
List<string> myList = new List<string>;


That doesn't even compile. It should be:

List<string> myList = new List<string>();

As Scott pointed out, the exception does not occur in the scenario that you describe. It's hard to find a problem in the code that you are using, when you are posting some other code that you are clearly not using...

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: Using List? Pin
Tuwing.Sabado25-Jul-08 4:43
Tuwing.Sabado25-Jul-08 4:43 
Questionkill object Pin
nelsonpaixao24-Jul-08 14:13
nelsonpaixao24-Jul-08 14:13 
AnswerRe: kill object Pin
Christian Graus24-Jul-08 20:10
protectorChristian Graus24-Jul-08 20:10 
Questioncrystal reports easy opinion Pin
nelsonpaixao24-Jul-08 14:03
nelsonpaixao24-Jul-08 14:03 
AnswerRe: crystal reports easy opinion Pin
selcuks24-Jul-08 22:35
selcuks24-Jul-08 22:35 
Questiongetting system information through C# Pin
Inferi24-Jul-08 10:47
Inferi24-Jul-08 10:47 
AnswerRe: getting system information through C# Pin
Marshall24-Jul-08 10:54
Marshall24-Jul-08 10:54 
AnswerRe: getting system information through C# Pin
led mike24-Jul-08 11:02
led mike24-Jul-08 11:02 
QuestionFileSystemEventHandler arg type Pin
Not Knuth24-Jul-08 9:53
Not Knuth24-Jul-08 9:53 
AnswerRe: FileSystemEventHandler arg type Pin
led mike24-Jul-08 11:12
led mike24-Jul-08 11:12 
GeneralRe: FileSystemEventHandler arg type Pin
Not Knuth24-Jul-08 11:25
Not Knuth24-Jul-08 11:25 
GeneralRe: FileSystemEventHandler arg type Pin
led mike24-Jul-08 11:42
led mike24-Jul-08 11:42 
GeneralRe: FileSystemEventHandler arg type Pin
Not Knuth24-Jul-08 11:46
Not Knuth24-Jul-08 11:46 
QuestionProblem moving Controls at runtime Pin
kbalias24-Jul-08 9:49
kbalias24-Jul-08 9:49 
QuestionTrace Statements Pin
#realJSOP24-Jul-08 9:31
professional#realJSOP24-Jul-08 9:31 
AnswerRe: Trace Statements Pin
Wendelius24-Jul-08 9:40
mentorWendelius24-Jul-08 9:40 
AnswerRe: Trace Statements Pin
led mike24-Jul-08 10:53
led mike24-Jul-08 10:53 

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.