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

The Battle: C# VS. Visual Basic

When developing for .NET one can use any number of languages COBOL, Visual Basic, C, and C#. The question is what is best? Well personally I use C#. I was traditionally a Visual Basic programmer and...
Article

Selecting a DropDownList Value Embedded in a DataGrid

Here's the code to render a DataGrid with a DropDownList in an ItemTemplate when the row is in edit mode. This How To is from a presentation I did for the Chicago .NET User Group's A Daya of .NET,...
Article

Loading a DataSet with Data from Multiple Tables

Microsoft introduced ADO.NET together with the .NET Framework. This new data access object is built upon the .NET Framework. When you install the .NET Framework on your machine, two .NET providers...
Article

HOW TO: Create, Use, and Manage Macros in Visual Studio .NET

This article demonstrates how to create a new macro project in Visual Basic .NET, and then record a simple macro that inserts a TODO token into the code and subsequently opens the Task List window to...
Article

HOW TO: Use ActiveX Components in Visual Studio .NET with Visual Basic .NET

This article demonstrates how to use an ActiveX component from within Visual Studio .NET by using Visual Basic .NET.
Article

HOW TO: Marshal an Object to a Remote Server by Reference by Using Visual Basic .NET

This article demonstrates how to marshal an object by reference to a remote server. When you marshal an object by reference, the runtime creates a transparent proxy so that the server can make calls...
Article

HOW TO: Populate a DataSet Object from a Database by Using Visual Basic .NET

DataSet objects, a key part of data access in the Microsoft .NET Framework, are in-memory objects that can hold tables, views, and relationships. This article shows how to fill a DataSet object with...
Article

HOW TO: Update a Database from a DataSet Object by Using Visual Basic .NET

DataSet objects, a key part of data access in the Microsoft .NET Framework, are in-memory objects that can hold tables, views, and relationships. This article demonstrates how to take a DataSet that...
Article

HOW TO: Create Client Access to Remote Server by Using Visual Basic .NET

This step-by-step procedure demonstrates how to create a client that accesses a remote server. This client can be located on the same computer, on a different computer, or on a different network....
Article

HOW TO: Encrypt and Decrypt a File by Using Visual Basic .NET

This article describes how to use the cryptography classes that are provided by the Microsoft .NET Framework. You can use the cryptography classes to encrypt a text file to an unreadable state. Then,...
Article

HOW TO: Make a GET Request by Using Visual Basic .NET

The Microsoft .NET Framework includes many useful classes for networking, including the ability to make Web requests. This article demonstrates how to make a simple GET request to retrieve a Web page...
Article

HOW TO: Read XML Data from a URL by Using Visual Basic .NET

This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a URL. The streamed information can come from a variety of sources, such as a byte stream...
Article

Introducing ADO+: Data Access Services for the Microsoft .NET Framework

ADO+ is the new set of data access services for the .NET Framework. ADO+ is a natural evolution of ADO, built around n-tier development and architected with XML at its core. This article presents the...
Article

MSXML, It's Not Just for VB Programmers Anymore

My co-workers cringe when I tell them the truth. What XML parser are you using? MSXML? With Perl? You've gotta be crazy. Yes, it's true, but I couldn't help myself. After test driving MSXML in a...
Article

Convert Internet Date/Time formats to VB date

There is a proliferation of date/time formats on the internet, egged on by competing standards, setup by various international standards organizations. These dates appears in email message...
 

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.