Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Article

Read and write data to and from a *.cab file

This code allows you to access files from a Microsoft Cabinet File (*.cab)
Article

Read and write data to and from a *.cab file

This code allows you to access files from a Microsoft Cabinet File (*.cab)
Article

Parallel port programming in Visual Basic

An article describes basic things about how to start programming parallel port using Visual Basic. It will helpful for beginners who want to get an idea about the subject.
Article

Using LINQ to Objects in VB

In this tutorial, we will be looking at using LINQ to Objects. We will be creating a Windows Forms Application that will first define an array of numbers, and then we will use LINQ to Objects to...
Article

LINQ to SQL Paging using GridView in VB and ASP.NET 3.5

LINQ to SQL Paging using GridView in VB and ASP.NET 3.5. This tutorial will show you how we can extend the LINQ to SQL Class and create methods that will allow us to page data from a SQL database. VB...
Article

Using WinForms to Encrypt a String in VB.NET

This tutorial will show you how to write a method that will not only encrypt a string - but decrypt it as well. Written with VS.NET 2008 and VB.NET
Article

Using Classes in WinForms using VS.NET and VB

In this tutorial, we will look at how we can create a class, how we can create methods within that class and also how we can make use of the class in a Windows Form by calling its methods. VB version.
Article

VB InStr function

InStr is a powerful VB string function. It's the perfect way to search and test strings in robust Visual Basic applications. This article shows how to call InStr to perform advanced text processing...
Article

Remote file compression with VB.NET

Transferring large files over the Internet can be speeded up significantly if compression/decompression is applied before/after the upload/download operation. This article shows how to do that in VB...
Article

Internals of Delegate chaining

Anyone who has written a simple .aspx page or a Windows form that has any kind of user interaction has already worked with delegates. You may not have realised it, but you have also used delegate...
Article

Accessing MySQL BLOB columns using Visual Basic 6

Mike Hillyer explains how to work with BLOB columns using the ADO 2.5 stream object. One of MySQL's strengths is it's use of Binary Large Object (BLOB) columns. These columns store unprocessed binary...
Article

Producing dynamic images using GDI+ and XML in VB.NET

The .NET Framework includes a much improved library of graphic functions developers can utilise to display dynamic images in their applications. This article looks at how you can use an XML file to...
Article

Genetic Algorithms : Understanding using Visual Basic

This tutorial teaches Genetic Algorithms. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this...
Article

Deploying ADO.Net Applications

Databases are an inevitable part of most of the real world applications. Deploying such database centric applications has always been tricky in all the platforms, be it Microsoft Visual Basic 6,...
Article

VB6 Performance Tuning Tips

A collection of over twenty tips to improve the performance of your Visual Basic 6 code.
Article

VB.NET School - Lesson 15

The file system is this week's topic at the VB.NET School. Learn how VB.NET and the .NET platform implement drive, folder and file support and how to use them in real life. we will also see how we...
Article

VB.NET School - Lesson 14

Connecting to a database is essential in the vast majority of business and enterprise applications. The .NET framework provides ADO.NET, a new object orientated framework for data access, to enable...
Article

VB.NET School - Lesson 13

Connecting to a database is essential in the vast majority of business and enterprise applications. The .NET framework provides ADO.NET, a new object orientated framework for data access, to enable...
Article

VB.NET School - Lesson 9

Discover how exceptions work in .NET and what they are used for. Find out how to use try...catch...finally blocks to catch exceptions, and how to define your own exceptions and throw them.
1 2 3 4 5 6 7  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.