Software Tools LAB 1
Software Tools LAB 1
1. Design a VB form with the following objects and run the code as per the design. This
form should have caption name” Area of a circle” and it contain two labels, two
textboxes and three command buttons. First label should contain “Radius” , second
label should contain “ Area” . First textbox for entering the radius and second
textbox for showing area. The result will show when “OK” button will press. “Clear”
button will clear all the textboxes and “End” button should close the form. Initially
second label and second textbox both are disappeared when “OK” button is pressed, these
two available to the running window.
2. Design a VB form with the following objects and run the code as per the design. This
form should have caption name” Temperature Conversion” and it contain two labels,
two textbox and two command buttons. First label should contain “Fahre nheit Temp”
and second label should contain “Centigrade temp”. First textbox for entering the
temperature. Message box will show the input is correct or wrong. The result will
come into second textbox when “OK” button will click. “Clear” button will clear both
the textboxes and “End” button will close the VB form.
3. Design a VB form with the following objects and run the code as per the design. Handle
different shape options related command buttons and show that particular shape on the
running window. Initially one shape button is enabled others are disabled. After that one
by one enabled and others will be disabled until and unless “End” button will come. This
“End” button is always enabled throughout the running of code.