Monday, July 20, 2015

Simple Calculator Using VB.net

Let's Guys You Can See How To  change color picture box using combobox in VB.NET

Let's do like this tutorial :

1. open the visual studio 2012

2. Create New Project

3. Insert 2 Text Box, 1 Combobox, 1 Label and 2 Button.
    > Textbox1 set Text = 0
    > Textbox2 set Text = 0
    > Insert Item Combobox = x,/,+,-
    > Label1 Text = 0
    > Button1 Text = Count
    > Button2 Text = Clear

4. Double Click At Clear Button then put this code into the code

5. Double Click At Count Button then put this code into the code

6. Put This Code into Your Code for Textbox's input will be only numberic
after input the code....
run the application and see what will be happen,....^^

CLICK HERE TO SEE THE TUTORIAL

Saturday, July 18, 2015

change color picture box using combobox VB.NET

Let's Guys You Can See How To  change color picture box using combobox in VB.NET

Let's do like this tutorial :

1. open the visual studio 2012

2. Create New Project

3. Add 1 Combobox, 1 Picturebox and 1 Button

4. Klik the combobox > Edit Item,

5. Edit Item Like This

6. Add this code into the code

after input the code....
run the application and see what will be happen,....^^


CLICK HERE TO SEE THE TUTORIAL














simple login show next form VB.Net

Let's Guys You Can See How you can create login action to show next form

Let's do like this tutorial

1. Open the visual studio 2012

2. Click File New Project or Click at the visual studio home New Project

3. Add 2 Label, 2 TextBox and Two Button Like This

4.  Next Double Click at Button Cancel then put this code into the code

5. Next Double Click at Button Login then put this code into the code

6. Add New Windows Form (Right Click at project > Add > New Item)

7. Next Choose the window form > Add

8. After Finish ADD, you can 1 button and 1 label, like this :

9. Double Click At Button Back And put this code into the code 

After finished add the code you can try run n see what's will be happened....^^
or you can see the tutorial At :








Simple tutorial login next action msgbox VB.Net

Let's Guys You Can See How To Create Action Using Msgbox.

Let's do like this tutorial :

1. open the visual studio 2012

2. Create New Project

3. Add 2 Label, 2 TextBox and Two Button Like This

4. Next Double Click at Button Cancel then put this code into the code




5. Next Double Click at Button Login then put this code into the code


next you can try to run the aplication...

Click Here to see the tutorial vb net tutorial login next action msgbox