Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
QuestionSorting at runtime Pin
paresh_sarjani29-Jun-08 20:07
paresh_sarjani29-Jun-08 20:07 
AnswerRe: Sorting at runtime Pin
Christian Graus29-Jun-08 20:13
protectorChristian Graus29-Jun-08 20:13 
AnswerRe: Sorting at runtime Pin
rah_sin29-Jun-08 20:43
professionalrah_sin29-Jun-08 20:43 
AnswerRe: Sorting at runtime Pin
Mbah Dhaim29-Jun-08 21:28
Mbah Dhaim29-Jun-08 21:28 
QuestionHow to Write new line in text file Pin
wasimsharp29-Jun-08 19:26
wasimsharp29-Jun-08 19:26 
AnswerRe: How to Write new line in text file Pin
Christian Graus29-Jun-08 19:29
protectorChristian Graus29-Jun-08 19:29 
AnswerRe: How to Write new line in text file Pin
Guffa29-Jun-08 19:41
Guffa29-Jun-08 19:41 
AnswerRe: How to Write new line in text file Pin
wasimsharp29-Jun-08 19:53
wasimsharp29-Jun-08 19:53 
GeneralRe: How to Write new line in text file Pin
Christian Graus29-Jun-08 20:14
protectorChristian Graus29-Jun-08 20:14 
QuestionHow to set the datetimpicker value back to current datetime on a buttion click Pin
Anu Palavila29-Jun-08 19:16
Anu Palavila29-Jun-08 19:16 
AnswerRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
darkelv29-Jun-08 19:19
darkelv29-Jun-08 19:19 
GeneralRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
ali zaidi29-Jun-08 19:37
ali zaidi29-Jun-08 19:37 
GeneralRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
ali zaidi29-Jun-08 19:37
ali zaidi29-Jun-08 19:37 
GeneralRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
Christian Graus29-Jun-08 19:44
protectorChristian Graus29-Jun-08 19:44 
AnswerRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
Vimal Raj29-Jun-08 19:26
Vimal Raj29-Jun-08 19:26 
QuestionDatabase in not accessing on client machine Pin
ali zaidi29-Jun-08 19:08
ali zaidi29-Jun-08 19:08 
AnswerRe: Database in not accessing on client machine Pin
Christian Graus29-Jun-08 19:20
protectorChristian Graus29-Jun-08 19:20 
QuestionRe:cannot implicitly convert type 'object' to 'int' Pin
twistz29-Jun-08 17:25
twistz29-Jun-08 17:25 
AnswerRe:cannot implicitly convert type 'object' to 'int' Pin
Mark Churchill29-Jun-08 17:31
Mark Churchill29-Jun-08 17:31 
AnswerRe:cannot implicitly convert type 'object' to 'int' Pin
Christian Graus29-Jun-08 19:07
protectorChristian Graus29-Jun-08 19:07 
I recommend reading the article I link to in my sig, it will explain exactly how to solve these sort of error messages.

And, it's better to use int.TryParse and the ToString method, in general, b/c your code otherwise assumes that the value can be cast to int.

Christian Graus

Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.

QuestionCapture stderr through P/Invoke Pin
K.L.K29-Jun-08 17:02
K.L.K29-Jun-08 17:02 
AnswerRe: Capture stderr through P/Invoke Pin
Luc Pattyn29-Jun-08 18:25
sitebuilderLuc Pattyn29-Jun-08 18:25 
QuestionRe: Capture stderr through P/Invoke Pin
K.L.K3-Jul-08 9:27
K.L.K3-Jul-08 9:27 
AnswerRe: Capture stderr through P/Invoke Pin
Luc Pattyn3-Jul-08 9:40
sitebuilderLuc Pattyn3-Jul-08 9:40 
QuestionFull Article about OCR. Pin
hdv21229-Jun-08 12:25
hdv21229-Jun-08 12:25 

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.