Click here to Skip to main content
16,014,860 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to write program using mfc in c++ vb.net8 to convert degree from
Three temperature scales are in common use in science and industry:
• The degree Celsius (°C) scale
• The Kelvin (K) scale
• The degree Fahrenheit (°F) scale

I wrote program to draw the scrollbar to enter the degree after that chose the radiobutton. but i don't know how can i connect all of them each other.
can you give code t=for this issue

thank you
Posted

1 solution

You just handle the event of the radio button being selected, and then take the text in the textbox, turn it into a number and show the conversion.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900