Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.67K
~574 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for Momerath

CsharpChico, here is the revised code. I hope you understand why you were wrong What if the value being entered in a textbox has to be an double value? bool doubleSuccess double b; doubleSuccess = double.TryParse(textBox1.text, out b); if (doubleSuccess) this.DialgogResult = DialogResult.Ok; } else { this.DialgoResult = DialogResult.Cancel; } …

Member Avatar for Mickey_1
0
574

The End.