Tag: VB.NET

Sort: Date | Title | Views | | Comments Sort Descending
View:

Calling a Stored Procedure from VB.Net Program

12 Views0 Comments

theITvideos.com This is a very simplest video showing how to call a stored procedure from VB.Net Way easy! theITvideos.com Have fun!

VB.NET Tutorial 24 – Sending An Email (Visual Basic 2008/2010)

9 Views0 Comments

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...

VB.NET Tutorial 40 – Application Updater (Visual Basic 2008/2010)

5 Views0 Comments

This tutorial follows the previous one by making use of the HttpWebRequest. I show you how you can create an application updater so that if you ever have a newer release of your application, your users will be aware. ...

VB.NET Tutorial 42 – Reading Text Files (Visual Basic 2008/2010)

7 Views0 Comments

This is a pretty simple and short tutorial that will teach you how to take the text from a text file and write it into a textbox using StreamReader. I probably should have created this tutorial a long time ago but nev...

VB.NET Tutorial 31 – Web Browser (Visual Basic 2008/2010)

9 Views0 Comments

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 shou...

Databases and VB.NET tutorial 02 : DataGridView and Databases

6 Views0 Comments

This is the second tutorial about databases and VB.NET, check the website: mka-soft.com for more tutorials and how to.

VB.NET Tutorial 56 – Classes (Visual Basic 2008/2010)

8 Views0 Comments

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....

VB.NET Tutorial 38 – Try Catch (Visual Basic 2008/2010)

10 Views0 Comments

In this tutorial, I cover dealing with unhandled exceptions or errors in your application. Instead of the application crashing, you can add a simple Try Catch to deal with any unhandled exceptions. I use a simple appl...

VB.NET Tutorial 23 – Timers (Visual Basic 2008/2010)

9 Views0 Comments

In 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 execu...