Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Song Lee
2.1k
47
34.8k
Radio button. How do I give a numeric value to it?
Oct 9 2014 4:24 PM
Hi,
This is my first time working on Windows form, and I need some help.
I have 2 radio buttons, and I want to know how to give numeric values to them in order to use them in future formulas
(ex: if selected yes, it will be -100 from total. If selected no, it will be +5 from total)
o Yes o No
so far, I only got to this on MainForm.cs:
yesButton.Checked =
true
;
noButton.Checked =
true
;
Which, I am not even sure if I am on right track...
Help! D:
Reply
Answers (
2
)
what tools and sdk are develop for windows 7 tablet
How to get the database data into windows phone 8.1???