Wednesday 22 August 2012

How to Make a Tricking Message boxes program


Hi Guys! It's me again and I am back with some fun stuff. Today we are going to make a program that can fool your friends! Want to know how to make it? Keep reading!


Tricking Message Boxes (Reading Tutorial)

Start Visual Basic.



Open a new project.



Resize the form.



Name your Form "PRESS ME!"



Add a button that covers the whole project.




Delete the TEXT of the button. Do not name it anything.



Now press the button twice which will open up a code:




Enter the following:



You can also add a label.

Now debug it! I mean start it! and don't worry , if you want to close it you can press the cross button on the top right corner.

If you have any problems, or questions, feel free to post them on our FACEBOOK PAGE  or you can comment below.




Thursday 16 August 2012

How to Make a Login Form


Hi Guys! In this website, I will show you how to make amazing programs in Visual Basic. What version do I use? I use Visual Basic 2010 Professional. Our Facebook Page.So please like and share this! :)

How to Make a simple Login Form. (Reading Tutorial)

(NOTE): Click for large pictures

                                                      Open up Visual Basic.


                                                                    Start a New Project


                                                                      Resize the form.


                                       Add the following : 2 Labels, 2 Text Boxes and 1 Button




Rename the Labels, Button and the Project




                                                                    Now add a new Form.


                                                                      It should look like this.


Now you can make the second form whatever you like ex: your passwords, your bank accounts. 
Now rename the form.


9.Now the coding 
1.Go to form1
2.Press the login button
3.It should be like this



(NOTE) If you cannot see the code in the picture, you can press it to become large or you can scroll down and see the code that I have written



The Code:

If textbox1.text = "Your Username should be in this" and textbox2.text = "Your Password should be in this" Then
Form2.show 
Me.Hide
End if

(NOTE) The code should be between Private Sub and End Sub



Congratulations!! You have just learnt how to make a login form in Visual Basic. If you have any problems, feel free to post them on our Facebook Page.

My Favourite Design of a Login Form: