[VB.NET] Twitter Login Form
It is hard figuring out how to make a login app for a
website when there is no “ID” attribute on the HTML code. Unlike facebook,
which has an “ID” it is easy because it tells you right of the bat. Twitter on
the...
Home » Archives for August 2012
How To Make A File Searcher And Display Results In A Listbox
Today I will teach you how to display files from your computer in a listbox. The code is very simple and is for beginners so lets get started! First open visual basic 2008 / 2010.
1. Create / open a project.
2. Add a Button and give it the text: "Search".
3....
How To Make A Stopwatch In VB.NET

Today i am going to teach you how to make a stopwatch in visual basic 2008/ visual basic 2010 the features are start, stop, mark and reset this is not a advanced stopwatch, but this has the basic features of a stopwatch probably this is for beginners...
How To Make Youtube Video To MP3 Converter In VB.NET

Hello, NiCz here
In this post, I will teach you how to make a YouTube to MP3 Converter
Ok, you will need this below:
1 WebBrowser (Visible - False)
2 Buttons (Button 1 - Convert) (Button 2 - Download MP3)
...
How To Make An Internet Radio Player In VB.NET
Creating a simple internet radio player
1. Open Visual Studio or Visual Basic.
2. Create a new windows form project and name it whatever you want.
Now to the controls.
1. Add 1 windows media player control.
2. Add 2 buttons, put button1 text to "Play",...
How To Make A VERY Simple Keylogger In VB.NET

Creating a very simple keylogger
1. Open Visual Studio or Visual Basic.
2. Create a new windows form project and name it whatever you want.
Now to the controls
1. Add one richtextbox, make it dock "Fill"
2. Add one timer, make the interval 100 and...
How To Make Your Form Shake In VB.NET
Use this code to make a form shake. It is fun to use and can be used under any event.
codes :
'By LeSaN
'Easy code to make a form shake
Dim a As Integer 'Declaring integer "a"
While a < 10 'Starting a "while loop"
'Setting our form's X position...
How To Make A Text To Speech Program In Visual Basic 2008 / 2010 - Text To Speech

This is a nice program ever for beginners i was amazed when i made this program at first , this is a simple program and its very useful . This program reads text's in a text box when you click a button, the voice is Microsoft "SAPI" you can...
Visual basic noobs - Basic web browser
This is my first tutorial in the Visual basic noobs series. So lets get this started!
First, open your program for visual basic, it can be visual basic express or visual studio.
After it finishes loading, you should see something like this. (It...
How To Make A Aero Form In VB.NET

Today i will teach you how to make a aero form in visual basic 2008 / visual basic 2010 but for this program you should have Microsoft Windows Vista or Microsoft Windows 7 so remember you should have one of these operating systems . this is a very...
How To Make A PDF Reader In VB.NET

This is a very easy program and to make it you need adobe reader and it should be installed in your pc . now start visual basic and create a new project name it whatever you want and the form will load now click the toolbox and right click inside...
Text editor with HTML & VB.Net functions - Still in development

This is a text editor im still working on, you can program VB.Net and HTML in it there is preview for the HTML so you can easier make websites
I just wanted to share this program with you, but remember the program is still in early state and will probaly...
The Basics Of HTML (Hyper Text Markup Language)
HTML - hyper text markup language its the basics of a website so you should learn HTML before you start making website . today i am going to teach you the basics of HTML and to make a simple HTML website using notepad .
1 . open notepad
2 . copy and...
How To Make A Very Simple Web Browser In Visual Basic
First add 5 buttons name them
Back
Forward
Refresh
Stop
Go
then add 1 textbox and 1 webbrowser
Now drag the webbrowser to the middle and expand it a little. Then line up the button in this order
...
How To Make A Folder Locker In VB.NET

Creating a program that can lock your folders and unlock them again
1. Open Visual Studio or Visual Basic.
2. Create a new windows form project and name it whatever you want.
Now to add the controls.
1. Add 3 buttons set the text on them to "Lock"...