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.
Application
Any
Platform
Any
License
Any
This tutorial will show you how to draw various shapes in a Window Form Application using the Graphics namespace. VB version.
This tutorial will show you how to write your own LINQ methods to enable adding, editing and deleting of data in a SQL database. VB version.
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...
In this article, we will be looking at how we can create a class similar to the one in the Data Access Component article that will use just one database query to return two resultsets from a SQL...
This tutorial will teach you how to use Data Access Components to retrieve data from more than one table in one go, which can save on server resources. VB version.
This tutorial will show you how to create LINQ to SQL Entities by hand, instead of using the Object Relational Designer in Visual Studio. VB version.
This tutorial will show how we can bypass the Designer and write the class ourselves, so that we get a better understanding of what's going on. For this example, we will be using a SQL database with...
2008 (Very important New Updates, we recommend all our exist customers upgrade to this new edition.)
HongKong, 2008--UCanCode Software, Inc providing reusable software flow/diagram components and...
VintaSoftBarcode.NET Library - an easiest way for reading barcodes from your VB.NET, C# or ASP.NET application. Supported barcode types: Australian Post, Code 11, Code 39, Code 93, Code 128, Codabar,...
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
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.
This tutorial shows how we can use LINQ to bypass SQL statements to delete data from our SQL Database. VB version.
In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working...
Master Slave Relationship in Datagrid in VB.NET while expanding and collapsing rows using client side Javascript.
Exhaustive Tutorial on Using Unicode in Visual Basic 6.0
The Visual Basic 6.0 DirListBox control has been rendered obsolete by the OpenFileDialog and SaveFileDialog components in Visual Basic 2005.
Conceptual Differences
The Visual Basic 6.0 DirListBox...
This tutorial teaches you how to create an Excel spreadsheet
with multiple worksheets. The tutorial includes step-by-step
instructions and full source code.
Once upon a time, there was a simple, interpreted language used for teaching new programmers called BASIC - the Beginner's All Purpose Symbolic
Instruction Code. Compared to modern standards, this...
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...
Review of the free Visual Basic 2005 Express Edition by a hobbyist who was new to the language. Includes overviews of the VB 2005 language, the .NET Framework and the My namespace.