Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView extensions Pin
John_Adams1-Nov-07 23:50
John_Adams1-Nov-07 23:50 
QuestionWhere to hide my app. registration registry key... Pin
harleydk1-Nov-07 12:11
harleydk1-Nov-07 12:11 
AnswerRe: Where to hide my app. registration registry key... Pin
Christian Graus1-Nov-07 12:16
protectorChristian Graus1-Nov-07 12:16 
GeneralRe: Where to hide my app. registration registry key... Pin
Paul Conrad1-Nov-07 15:48
professionalPaul Conrad1-Nov-07 15:48 
GeneralRe: Where to hide my app. registration registry key... Pin
Luc Pattyn1-Nov-07 15:58
sitebuilderLuc Pattyn1-Nov-07 15:58 
GeneralRe: Where to hide my app. registration registry key... Pin
harleydk1-Nov-07 21:24
harleydk1-Nov-07 21:24 
QuestionInput string was not in a correct format Pin
T4AMD1-Nov-07 11:32
T4AMD1-Nov-07 11:32 
AnswerRe: Input string was not in a correct format Pin
Malcolm Smart1-Nov-07 11:38
Malcolm Smart1-Nov-07 11:38 
Insert the following before the parse attempt.

string testString = fwfreg.LoginTime().ToString();

Then set a breakpoint.

You can also use TryParse, which catches the exception internally for you and returns true or false.

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF


"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."

AnswerRe: Input string was not in a correct format Pin
Judah Gabriel Himango1-Nov-07 11:56
sponsorJudah Gabriel Himango1-Nov-07 11:56 
QuestionWPF Pin
mihksoft1-Nov-07 10:29
mihksoft1-Nov-07 10:29 
AnswerRe: WPF Pin
Roger Stewart1-Nov-07 10:48
professionalRoger Stewart1-Nov-07 10:48 
QuestionInterfacing editor and version control? Pin
feraudy1-Nov-07 10:04
feraudy1-Nov-07 10:04 
AnswerRe: Interfacing editor and version control? Pin
Luc Pattyn1-Nov-07 10:33
sitebuilderLuc Pattyn1-Nov-07 10:33 
GeneralRe: Interfacing editor and version control? Pin
feraudy2-Nov-07 9:05
feraudy2-Nov-07 9:05 
QuestionCrystal report .NET Pin
I Believe In GOD1-Nov-07 9:15
I Believe In GOD1-Nov-07 9:15 
AnswerRe: Crystal report .NET Pin
Paul Conrad1-Nov-07 15:49
professionalPaul Conrad1-Nov-07 15:49 
GeneralRe: Crystal report .NET Pin
I Believe In GOD2-Nov-07 7:30
I Believe In GOD2-Nov-07 7:30 
GeneralRe: Crystal report .NET Pin
Paul Conrad2-Nov-07 17:33
professionalPaul Conrad2-Nov-07 17:33 
QuestionDateTime NULL Pin
Richochet1-Nov-07 6:28
Richochet1-Nov-07 6:28 
AnswerRe: DateTime NULL Pin
led mike1-Nov-07 6:54
led mike1-Nov-07 6:54 
GeneralRe: DateTime NULL Pin
RedPhoenix.net1-Nov-07 8:08
RedPhoenix.net1-Nov-07 8:08 
AnswerRe: DateTime NULL Pin
Pete O'Hanlon1-Nov-07 11:41
mvePete O'Hanlon1-Nov-07 11:41 
QuestionA beginners question Pin
NewToAspDotNet1-Nov-07 5:01
NewToAspDotNet1-Nov-07 5:01 
AnswerRe: A beginners question Pin
duncanmhor1-Nov-07 5:30
duncanmhor1-Nov-07 5:30 
GeneralRe: A beginners question Pin
NewToAspDotNet1-Nov-07 6:46
NewToAspDotNet1-Nov-07 6:46 

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.