This tutorial will quite simply show you how to download Visual Basic 2008. Although it seems pointless, many people have problems choosing the right application to download and where to download it. Don't forget to Rate, Comment and Subscribe. For more information, check out the website: howtost...
This tutorial will help you create your first application in Visual Basic 2008. I apologize for the vague explanations and stuttering, I recorded this video after college and I'm not too alert at the moment. The concept isn't hard to grasp though so you should understand it. For more information,...
First of all I'd like to apologize for the two week gap in videos, I've been busy lately. Anyway, this video will teach you how to login to a website using document.getelementbyid. The code will basically find the name of the text box for the username and password and then enter the value that yo...
teachmecomputerGymjunnky.com Welcome to learn vb.net this is tutorial 3 and my name is Gym_ In this lesson were going to learn some tricks with duel forms and learn how to do some very basic pass word protected applications So lets get right to it,, 1st thing is open up VB.net ether 2005 or 2008 if you have Vb6...
This video tutorial will teach you how to add a Splash Screen to your application. A Splash Screen is a customizable screen that will appear for a few seconds as your application loads up. It is a very professional feature to have in your application. For more information, check out the website: ...
This tutorial will teach you how to create an array, add values to an array, use an array and then loop through an array. You may not think that arrays are useful yet, but they will prove extremely useful in the future. Make sure you understand arrays before watching my next tutorial. For more in...
theITvideos.com This is a demonstration of a very simple and concise application which tells how we can connect to SQL Server 2000 or you can even connect to SQL Server 2005 with it. Just watch this video and you will learn all that in no time! Note: SUBSCRIBE TO THIS VIDEO TO GET UPDATED ABOUT M...
In this tutorial, we begin some of the fun parts of Visual Basic. This tutorial will teach you how to create your own web browser with basic buttons. There is not much coding invovled, but I really think you guys should know how this works. For more information, check out the website: howtostartp...
In this tutorial, we cover how to create a module, store information inside a module and then access that information in your application. A module can be used to store functions, subs or even variables to sort out your code so that you can access things more easily. If you have a sophisticated a...
teachmecomputerIn this tutorial, we cover the concept of MultiThreading. Multi Threading allows an application to run different bits of code at the same time without causing your User Interface to become unresponsive. This tutorial will hopefully explain the concept of multithreading to you and we will continue...
teachmecomputerThis video tutorial will teach you how to create a simple log in form using Visual Basic 2008. The Log In Form is a combination of things that we have covered in previous tutorials. It also introduces a new part of the If Statements. For more information, check out the website: howtostartprogramm...
This tutorial will teach you about using Radio Buttons and Check Boxes in Visual Basic 2008. It will teach you how to use both of the tools using If Statements and a Group Box. This is a really easy concept to grasp, but there are so many possibilities. For more information, check out the website...
This tutorial will introduce the Menu Strip in Visual Basic 2008. The Menu Strip is a feature you will see on every application today. It has a very professional look and will limit the buttons that you need on your application. Key Terms: --------------- Menu Strip File Save Help Exit Menu Bar M...
Just a quick tutorial on how to use the OpenFileDialog tool in Visual Basic 2008. This can be used to allow the user to select a file and then do something with the file that the user has selected. In this video. I simply put the string into a text box but you can be more creative and use it in d...
In this tutorial, we jump right into the fun side of Visual Basic. We will learn how to send an email just using code. Please google your emails SMTP host and port if you do not have a googlemail account. The settings I show should work for googlemail only. For more information, check out the web...
In this Tutorial, we will cover how to obtain pieces of information about your computer. I will show you how to create a simple application that shows you different pieces of information about your computer. This can be very useful when you begin developing more advanced applications. For more in...
In this tutorial, we cover how to create a class, how to add members to a class and how to create an instance of a class. This is one of the core concepts of the language itself and it is vital that you understand it. A class is like a blank canvas or a template for the object that you will creat...
teachmecomputerIn this tutorial, we will learn about one of the most fun and useful parts of Visual Basic .NET programming, Timers. Timers are similar to For Loops but will allow you to select the interval at which the code is executed. Timers are used in almost everything, including Keyloggers. For more inform...
In this tutorial we cover using the HttpWebRequest POST Method to send data to an online HTML form. The HttpWebRequest is used like the web browser and allows you to act like a web browser without the bulky web browser object being in your application. I'd like to apologize about first of all the...
teachmecomputerIn the first tutorial, we went over how to display a message box. Now in this tutorial, we show our progress by using a message box to ask the user a question and then execute code depending on the answer. For more information, check out the website: howtostartprogramming.com
Did you ever wonder how I managed to create a Runescape highscores lookup or Grand Exchange price checker? I used this exact method to split HTML source codes and retrieve the prices of the items and stats of the player. This tutorial will teach you how to split a string into an array of split st...
This tutorial will teach you how to upload a file to your FTP host. Credits to Soul Collector for the original source code. Uploading to FTP is used in many applications and is a very useful thing to know in VB.NET programming. Please watch part 2 if you want to learn how to create a FTP Uploadin...
This is the second part of the FTP Upload tutorial. You must have watched the previous tutorial first! This tutorial will teach you how to create an application where you can enter details and upload a file. No coding is covered here, just general knowledge that you should all know now. For more ...
R. Lee Ermey encourages programmers to code with vb.net. C# rules but this guy could almost make me switch.
In this tutorial, we cover using the HttpWebRequest and HttpWebResponse. We use it to obtain the source code of a web page that I have created. We also use the Stream Reader to handle the text and then write it into a textbox. For more information, check out the website: howtostartprogramming.com
This tutorial will teach you the easiest method of using a Progress Bar in your application for Visual Basic 2008. This is not the best way but as it is an early tutorial, it should help the beginners understand. For more information, check out the website: howtostartprogramming.com
One of the most common questions I have been asked about Visual Basic .NET is how to link forms together. This tutorial will explain how you can easily link one form to another with the click of a button. For more information, check out the website: howtostartprogramming.com



