Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

Visual Basic Subcategories


Oracle/ MS Visual Basic FAQ
Visual Basic | Views: 0 |
Visual Basic (VB) is an extremely popular and easy to use programming language provided by Microsoft Corporation. VB is mainly used to develop Windows based applications with

Visual Basic .NET as a Fully Object-Oriented Language
Visual Basic | Views: 0 |
With VB.NET, the VB language finally completes the transition to a fully OO language. It now has full inheritance, along with all of the associated features one would expect

Using the Implements Keyword
Visual Basic | Views: 0 |
How to use the Implements keyword in Visual Basic. Create a new project and add two class modules to the project

Using the For…Each Statement to 'loop' through the elements of an Array
Visual Basic | Views: 0 |
This month's article was inspired by a Visual Basic tip I saw recently that touted the advantages of using LBound and Ubound functions when looping through the elements of an Array. Using the LBound and Ubound functions can be a big advantage, but even b..

Implementing Custom Attributes in .NET
Visual Basic | Views: 0 |
Extend .NET using attributes. You can create your own attributes in .NET, and Paul Kimmel shows you how in this installment of Visual Basic Today from CodeGuru

Listing Available DSN / Drivers Installed
Visual Basic | Views: 1 |
This code shows how to list the available DSN and Drivers installed on the computer

Making your own custom control
Visual Basic | Views: 0 |
Ever wondered how to put all of your 500-line code into your own control? Well now there's a way. Using the Visual Basic Control Creation Edition or Visual Basic (although the CCE is free), you can create your own controls. This has been very beneficial

Create a registry control
Visual Basic | Views: 0 |
Since the release of Windows and Visual Basic INI files have been the primary way to store program settings such as size, position and title. But now the use of the registry seems to be overtaking the use of INI files. Visual Basic now has the GetSetting

Really Thin Client Programming in VB.NET
Visual Basic | Views: 0 |
From his column Visual Basic Today on CodeGuru.com, Paul Kimmel explains the pros and cons as well as shows how to do thin client programming as a solid alternative to ASP.NET programming

Random Numbers and Tic Tac Toe with Visual Basic .NET
Visual Basic | Views: 0 |
The holidays are a time for fun. Learn about random numbers from Paul Kimmel's latest Visual Basic Today column from CodeGuru.com. Includes a Tic Tac Toe game

Code Sample: Phone Number Dialer
Visual Basic | Views: 0 |
Compile this VB class into a COM object and use it to dial any phone number

Implementing Interfaces in VB .NET
Visual Basic | Views: 0 |
In this new article, Paul quickly gets to the point of examining interfaces in Visual Basic .NET: how to define them and how to implement them

Encrypting a File Using .NET
Visual Basic | Views: 0 |
Our "Tacit Records" columnist shows you how .NET's cryptographic support works using the Cryptostream class, which you can implement within either C# or Visual Basic. Here's how to get started

Web Services in Visual Basic .Net
Visual Basic | Views: 0 |
Paul Kimmel writes about one of the hottest topics of the day - Web Services. Check out his latest column which tells you how to create a Web Service using Visual Basic .NET

Two Person Chat With The Winsock Control And Visual Basic
Visual Basic | Views: 0 |
The Microsoft WinSock library allows you to connect to a remote machine and exchange data using either the User Datagram Protocol (UDP) or the Transmission Control Protocol (TCP). Both protocols can be used to create client-server applications. In this t..

Executing a Package from Visual Basic
Visual Basic | Views: 0 |
*Site Registration RequiredSo you've created a SQL Server package and now you're ready to integrate it into your Visual Basic application? In this series, Brian Knight will show you how to use the DTS object model

Visual Basic Business Objects - A Primer
Visual Basic | Views: 0 |
When software visionaries promote the benefits of distributed architectures, the term "business object" is frequently used. Somewhere in their discourse any number of the following terms are used in every possible permutation: 3-tier, N-tier, software co..

Tapping into Data with the VB .NET DataBuilder Classes
Visual Basic | Views: 0 |
Tapping into a single database table with Visual Basic .NET can be easy when you know the secret. Learn the secret of the CommandBuilder class

Implementing the Singleton Pattern
Visual Basic | Views: 0 |
Before you can be expected to get excited about patterns it will be helpful to tell you what they are and why you want to know about them

Sending Email With MAPI Components in Visual Basic
Visual Basic | Views: 0 |
MAPI is an acronym for the Messaging Application Programming Interface. It's a set of core system components that can be used to automate several windows tasks, such as notifying a technician via email when system resources are in a critically low state,
Previous 1 2 3 4 Next