Skip to main content

Posts

Showing posts from February 10, 2018

Building an simple application in the vb.net environment with form, textbox, label, numeric up down and button in VB.NET

1. On clicking of button your name in textbox to display into label in VB.NET.(one textbox,label,button in VB.NET) 2. On the click of button back color of form will be changed in VB.NET(Three Button Red, green and blue,on the click of red button back color of form will be changed to red and so on.) 3. Calculator in VB.NET.(Design interface of simple calculator) 4. Numeric up down in VB.NET.(it shows only even numbers from 1 to 50) 5. Change Background Color by FromArgb function in VB.NET.(one label,three numeric updown) 6. On clicking left button, alignment of textbox should be changed in VB.NET.(one textbox,three button)