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
1 Posted Topic
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; } …
The End.
Mickey_1