Template Sites
Featured Sites
Members Area
Partners Sites
Visual Basic Tutorials

Implementing Interfaces in VB .NET

In this new article, Paul quickly gets to the point of examining interfaces in Visual Basic .NET: how to define..

Views: 212

Code Sample: Phone Number Dialer

Compile this VB class into a COM object and use it to dial any phone number..

Views: 313

Really Thin Client Programming in VB.NET

From his column Visual Basic Today on CodeGuru.com, Paul Kimmel explains the pros and cons as well as shows how..

Views: 220

Listing Available DSN / Drivers Installed

This code shows how to list the available DSN and Drivers installed on the computer..

Views: 162

Using the Implements Keyword

How to use the Implements keyword in Visual Basic. Create a new project and add two class modules to the..

Views: 176

Create Your Own Visual Basic Add-Ins

In this article, S.S. Ahmed shows you how to create VB add-ins. Programmers always feel that they are short of..

Views: 260

Building Property Pages

This article explains the basic steps to building property pages for a new ActiveX control..

Views: 241