Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: Something wrong with "ItemArray.CopyTo()" Pin
Guffa31-May-08 7:31
Guffa31-May-08 7:31 
GeneralRe: Something wrong with "ItemArray.CopyTo()" Pin
dealon31-May-08 20:00
dealon31-May-08 20:00 
QuestionHow to resolve this ERROR? Pin
DeepOceans31-May-08 0:30
DeepOceans31-May-08 0:30 
AnswerRe: How to resolve this ERROR? Pin
Arjun Marwaha31-May-08 1:11
Arjun Marwaha31-May-08 1:11 
QuestionError :: A generic error occurred in GDI+ Pin
Sun Rays30-May-08 23:21
Sun Rays30-May-08 23:21 
AnswerRe: Error :: A generic error occurred in GDI+ Pin
Christian Graus31-May-08 1:20
protectorChristian Graus31-May-08 1:20 
Questionadding numeric strings ? Pin
Mr.Kode30-May-08 21:18
Mr.Kode30-May-08 21:18 
AnswerRe: adding numeric strings ? Pin
Guffa30-May-08 22:07
Guffa30-May-08 22:07 
You can't add the numbers as long as they are in the form of strings. You have to convert them to numerical data before you add them.

There are plenty of methods to parse numerical data, like Int32.Parse, Int32.TryParse, Convert.ToInt32, and similar for most numerical data types.

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

JokeRe: adding numeric strings ? Pin
Brady Kelly31-May-08 4:28
Brady Kelly31-May-08 4:28 
AnswerRe: adding numeric strings ? Pin
PIEBALDconsult1-Jun-08 5:16
mvePIEBALDconsult1-Jun-08 5:16 
QuestionA question on the "using" statement Pin
William Ten Broek30-May-08 20:16
William Ten Broek30-May-08 20:16 
AnswerRe: A question on the "using" statement Pin
MarkB77730-May-08 20:38
MarkB77730-May-08 20:38 
AnswerRe: A question on the "using" statement Pin
Zoltan Balazs31-May-08 0:10
Zoltan Balazs31-May-08 0:10 
Question{"Incorrect syntax near the keyword 'TRIGGER'."} Pin
Member 400849230-May-08 19:59
Member 400849230-May-08 19:59 
AnswerRe: {"Incorrect syntax near the keyword 'TRIGGER'."} Pin
Guffa30-May-08 22:17
Guffa30-May-08 22:17 
QuestionHow do you use SocketOptionName.BlockSource Pin
Zig15830-May-08 17:34
Zig15830-May-08 17:34 
QuestionFunction name under execution Pin
Imtiaz Murtaza30-May-08 14:38
Imtiaz Murtaza30-May-08 14:38 
AnswerRe: Function name under execution Pin
MidwestLimey30-May-08 16:57
professionalMidwestLimey30-May-08 16:57 
AnswerRe: Function name under execution Pin
Roger Alsing30-May-08 23:01
Roger Alsing30-May-08 23:01 
Questioninsert byte[] in a file Pin
Xmen Real 30-May-08 14:14
professional Xmen Real 30-May-08 14:14 
AnswerRe: insert byte[] in a file Pin
Anthony Mushrow30-May-08 14:34
professionalAnthony Mushrow30-May-08 14:34 
GeneralRe: insert byte[] in a file Pin
Xmen Real 30-May-08 18:52
professional Xmen Real 30-May-08 18:52 
QuestionMultiThreading\Design Question Pin
DavidBoyd30-May-08 13:36
DavidBoyd30-May-08 13:36 
AnswerRe: MultiThreading\Design Question Pin
RichardM130-May-08 15:31
RichardM130-May-08 15:31 
AnswerRe: MultiThreading\Design Question Pin
engsrini31-May-08 12:51
engsrini31-May-08 12:51 

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.