Skip to main content

Posts

Showing posts from March 8, 2018

Menu,Input Dialog,Message Dialog,Procedures,Functions and Arrays in VB.NET

1. Subroutine of function(Avg.,Max,Min) in VB.NET. 2. Function in VB.NET | Returning from a Function in VB.NET.(function adds to find addition of numbers selected using radiobuttons) 3. Click on first picture it will hide itself and shows second one picture in VB.NET. 4. Sub routine Check odd or Even and Function of Factorial of number in VB.NET. 5. Prime Number or not using function in VB.NET. 6. Write a Program to Implement a MDI application. It should have File menu with option New, Close, Close All and Exit. It should also have window menu to arrange the child forms like Tile Horizontal, Tile Vertical, Cascade and Arrange Icons in VB.NET. 7. Text Editor in VB.NET.(Create a text editor application. It should perform operation like cut, copy, paste and change in font, color of the selected text.) 8. Sort Int Array and String Array using Function in VB.NET. 9. Find minimum and maximum Number in Array using Function in VB.NET.