Updated VB - NET Index
Updated VB - NET Index
LIST OF PRACTICALS
Programme: BCA Semester: III Paper Code: 251 Academic Year: -2021-22
10 Common Controls and 61. Write a program to display a list view created at design
Properties - time.
List View, Tree View 62. Write a program that displays a tree view on a
form .Add the nodes to the tree view dynamically.
11 Common Controls and 63. Write a program to display date in status bar.
Properties - 64. Design a form which shows the functionality of Tool
Scroll bar, Toolbar, Status Bar bar.
65. Write a program that displays a textbox ,label and
horizontal scrollbar on a form:textbox should displays the
value of scrollbar and label should display value of
scrollbar in range 0 to 10.
66. Write a program that displays a textbox ,label and
vertical scrollbar on a form:textbox should displays the
value of scrollbar and label should display value of
scrollbar in range 0 to 10.
12 Menus , Dialog Controls 67. Write a program to create a Menu.
68. Design a form which shows the functionality of
all dialog controls.
13 MDI 69. Write a program to create MDI application.