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

Visual Basic Subcategories


Screen Resolution
Visual Basic | Views: 1 |
This article discusses several different ways to handle screens with different resolutions.

Discovering Arrays
Visual Basic | Views: 0 |
Annoyed with arrays? Muddled by multi-dimensions? In this tutorial, Karl Moore finds out exactly what these 'hyped-up lists' are all about, discovers a host of new buzzwords along the way, plus talks about practical uses in the real world. An interesting

Drawing Fast Polygons / Graphics with VB5/6
Visual Basic | Views: 1 |
In this code sample, Jerry J Chen continues to show how his Dex3D 3D engine can be used to display fast drawing of polygons and other graphics

The Three Elements of Visual Basic Programming
Visual Basic | Views: 3 |
I have been asked many times to write the "read me first" of Visual Basic programming for people who are new to Windows or VB programming. So, here it is. I realize that there are lots of areas I did not cover, but this should get even the Windows newbie

Create Your Own Personal Internet Web-bot
Visual Basic | Views: 3 |
Learn how to use the Microsoft Internet Control to create your own custom web-bots that can scour the web for whatever information you're looking for

Using Collections in VB
Visual Basic | Views: 0 |
Explains the basics of using collections in Visual Basic. These are a very powerful and often unused feature of VB.

Ms Agent - Beyond the Basics
Visual Basic | Views: 0 |
This is my fifth tutorial on Ms Agent. In this tutorial I went beyond the basics, so even advanced VB coders will be able to use some of this code. This tutorial is VERY EXTENSIVE, but beginners never fear

Passing an Array to and from a Function or Procedure
Visual Basic | Views: 0 |
In last month's article, I discussed how to use a For…Each statement to 'loop' through the elements of an Array. In this article, I'll continue my discussion of Arrays by showing you how to pass an Array, as an argument to a procedure or a function..

Direct3D: Introduction
Visual Basic | Views: 1 |
This series of articles will explain how to use Direct3D in Visual Basic. New tutorials will be posted on a regular basis, probably roughly once per week

Visual Basic Tutorial
Visual Basic | Views: 1 |
Hello and welcome to the first part of our exclusive Visual Basic tutorial!

All about windows hooks
Visual Basic | Views: 0 |
Subclassing is a good technique for intercepting messages going to a specific window - but what if you want to watch all of the windows for a particular message? It would be far too onerous to subclass every window on the system - indeed it is unlikely t..

Creating Nested Directories
Visual Basic | Views: 0 |
Need to check for the existence of a nested directory? And if it isn't there, need to create it? If you're already shuddering at the prospect of complex checking algorithms, never fear

Manage Arrays Like a Pro
Visual Basic | Views: 0 |
Arrays are indispensable, simple to use, and—given VB's plethora of sophisticated features—decidedly unglamorous. Even though newer features, such as classes and data access, now do much of VB's heavy lifting, the humble array is still a nece..

Find That File
Visual Basic | Views: 0 |
Know the filename, but don't know the directory? Give your application a little more intelligence, with this incredibly compact find-file routine

The Windows Registry
Visual Basic | Views: 0 |
Here, I'll show you some tricks that you can do with the Windows Registry. The registry is a hierarchial source of information that Windows maintains

Using the Winsock Control in Client/Server Applications
Visual Basic | Views: 1 |
Internet Transfer Control (ITC) is a handy control for Internet programming, but there is another control that is even more robust and helps programmers create more flexible applications

Visual Basic Error Handling
Visual Basic | Views: 0 |
If you make an error in VB, and you haven't written the code needed to respond to the error, do you know what happens? Well, VB simply puts up a message box saying there was an error

Building Property Pages
Visual Basic | Views: 0 |
This article explains the basic steps to building property pages for a new ActiveX control

Create Your Own Visual Basic Add-Ins
Visual Basic | Views: 0 |
In this article, S.S. Ahmed shows you how to create VB add-ins. Programmers always feel that they are short of several features while working with development tools. Since Microsoft made Visual Basic an extensible product, VB developers can create their ..

Oracle Objects for OLE (OO4O) FAQ
Visual Basic | Views: 0 |
Oracle Objects for OLE (OO4O) is a middleware product manufactured by Oracle Corporation that allows native access (no ODBC) to Oracle databases from client applications via the Microsoft OLE (Object Linking and Embedding) standard. OO4O's predecessor wa..
1 2 3 4 Next