0% found this document useful (0 votes)
46 views1 page

Software Tools LAB 1

This document outlines 3 lab assignments for a software tools course. The assignments involve designing Visual Basic forms: 1. A form to calculate the area of a circle with labels, textboxes, and buttons to enter radius, display area, clear, and close the form. 2. A form to convert between Fahrenheit and Celsius temperatures with labels, textboxes, and buttons to enter temperature, display result, clear, and close the form. 3. A form with shape buttons to sequentially display different shapes on the running window until an "End" button closes the form, with only one shape button enabled at a time.

Uploaded by

SayanMaiti
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Software Tools LAB 1

This document outlines 3 lab assignments for a software tools course. The assignments involve designing Visual Basic forms: 1. A form to calculate the area of a circle with labels, textboxes, and buttons to enter radius, display area, clear, and close the form. 2. A form to convert between Fahrenheit and Celsius temperatures with labels, textboxes, and buttons to enter temperature, display result, clear, and close the form. 3. A form with shape buttons to sequentially display different shapes on the running window until an "End" button closes the form, with only one shape button enabled at a time.

Uploaded by

SayanMaiti
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DEPARTMENT OF COMPUTER SCIENCE &ENGINEERING

Doc No.: CEMK/CSE/4th/CS-492/02


SOFTWARE TOOLS LAB ASSIGNMENT - 2 Issue Date : 03/01/2018
LAB
Page 1 of 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.

College of Engineering & Management, Kolaghat Prof. S.De, Dept. of CSE

You might also like