Results for
VB.Net Programs
Write VB.Net program to search employee record using emp_id or employee_name into database,display employee record in data grid.
Reviewed by
on
April 27, 2015
Rating:
5
Design VB.Net to display the employee details in grid view as well as in textboxes after clicking next and previous command button.(use database)
Reviewed by
on
April 27, 2015
Rating:
5
Write a programin VB.Net to design following form. Accept Number from user with proper validations Select radio button ,after clicking command button display result in textbox.if number2 is entered zero and operator is division then display error message 'Divide By Zero' in result textbox.(use exception handling)
Reviewed by
on
April 27, 2015
Rating:
5
Write a programin VB.Net to display following form. Add button will add the text from textbox to list1.Button ' >' will move selected items from List1 to List2 , '>>' will move all items from List1 to List Button'<' will move selected item from List2 to List1, '<<' will move all items from List2 to List1.Clearbutton willclear both the List. While moving items fromList1 to List2 duplicates items are not allowded.
Reviewed by
on
April 27, 2015
Rating:
5
Write a program in VB.Net to do the followning operation on List-box and combo box controls 1) Add item 2) Remove Item 3) Sort Items 4) Single Selection of Item 5) Multi Selection of Item 6) Extended Multi Select of Item 7) Displaying Multiple Columns of Entries 8) Clear Items. Add the following to your form 1) One List Box Control 2) One Combo Box Control 3) One Command Button (For Remove)
Reviewed by
on
April 27, 2015
Rating:
5
Write a program in VB.NET to create a simple editor.Create a button that will allow the user to access function like file open,save,find.
Reviewed by
on
April 27, 2015
Rating:
5
Create the following application in VB.NET.The Form should contain the following menu Area Exit Circle Rectangle Square On selection of the menu option 'Circle',one form should be open in that form user enters radius into textboxand display area of circle in message box.On selection of the menu option 'Rectangle',one form should be open in that form user enters length and breadth into textboxand display area of rectangle in message box.On selection of the menu option 'Square',one form should be open in thatform user enters side into textboxand display area of circle in message box.
Reviewed by
on
April 27, 2015
Rating:
5