Index: S.No - Description Date Remar K

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

INDEX

S.No
.
01.

Description

02.

WAP of Mousedown and Mouseup event in which it is


shows in a textbox wheither a mousedown or a mouseup
event is invoked.
WAP of Gotfocus event shows the application of gotfocus
event. There are some objects on the form of the
project.when an object gets the focus,the forms
background color is changed.

03.

WAP for how the option explicit statement works.

04.

WAP for general declaration which shows what actually


happens when a variable is declared in the declaration
section.

05.

WAP of static variable.This program displays the number


of clicks the user has made.that means it counts the user
clicks.

06.

WAP for set properties which shows several useful


properties.

07.

WAP which demonstrates the password char properties


of textbox.IF correct password is entered,the program
displaya success message . This is a very important concept
as it can be implemented in some real life software
projects.

08.

WAP for form.

09.
10.

WAP for textbox which shows how text is displayed in the


textbox object.
WAP to display the message taken from a textbox.

11.

WAP to print something.

12.

WAP to add string.

13.

WAP to add values in textbox1 and textbox2.

14.

WAP for Default and Cancel property in which when we

Date

Remar
k

press enter from the keyboard a particular message is


displayed.
15.

WAP for Inputbox or Msgbox in which a no. is taken as


input and the same is shown in msgbox.

16.

WAP for Inputbox or Msgbox in which a no. is taken as


input and the same is shown in msgbox.

17.
18.

WAP shows how to show msg in picture Box.The print and


cls methods are used.
WAP for largest no. among three using if-else..

19.

WAP tells length of string.

20.

WAP to show your name.

21.

WAP for password for DO.Loop.The loop continues


until password matches.

22.

WAP which formats text in a label control using option


button controls.

23.

WAP for check box controls and makes some orders of


restaurant.

24.

WAP which teaches you how to make a shortcut key in


vb.The program enables you to make form green by
pressing ctrl+G.

25.

WAP for use of timer control to show digital clock.

26.

WAP to show a popmenu on the form.

27.

WAP for login.

28.

WAP of Lostfocus shows which command button among


two has lost the focus.

29.

WAP for mouse capture which show x,y coordinates of the


mouse pointer while you move the mouse on the form and
shows which mouse button has been pressed.

30.

WAP to add,substract,multiply and divide two numbers.

31.

WAP to show the working of Timer.

32.

WAP to print following series.


1
12
123
1234
12345

33.

WAP to print a table on the form.

34.

WAP which accepts a no. and multiply it by 2.

35.

WAP which accept a no. and display the no. of digit places.

36.

WAP to generate a multiplication table of 2.

37.

WAP to display all the multiples of 5 from 1 to 25.

38.

WAP with the two textboxes and two option buttons,when


user enters no. in text1 and text2 display the square and
square roo depending on option butto selected.

39.

Accept a string in txtbox ,display the length of the string


using msgbox when cmd button is clicked and display the
reverse of string in another txtbox on click another cmd
button.

40.

Create an application using function to find the factorial of


a given no. by the user.

41.

WAP in which form contain inputbox and msgbox


controls.A number is taken as input and the same is shown
in msgbox.

42.

WAP of Mousemove event in which whenyou mov the


mopuse on the form, the block of code in the
mousemovvvve event [procedures is executed.As a result
the form becomes larger in size.

43.

WAP of math Calculator.

44.

WAP contain a textbox and enter a number if no. is greater


then 0 then print num*2.

45.
46.
47.

48.

Create an application using function to calculate


Compound Interest.
Create an application in using function to swap the values.
Create two forms to display details from the table product
and supplier of the database. Display these via menu option
of MDI application.
Create an application that determine the future value of an
investment at a given rate for a given number of years, and
display the future value in currency format.

49.

Create an application using array of option control for


changing the form back color.

50.

Create an application using data grid control show the


details of the table book.

You might also like