Members
Technology Zones
Articles
Hosted By
Info
|
Articles & Tutorials  -
In this series articles, we are going to discuss about: Enumeration, Properties that return an Object and other semi-advance topic pertain to in creating a class base program.  -
This article series is an introduction for class programming in VB 6. It discusses general information about class such as encapsulation, inheritance and polymorphism. The first article will tackle classes in general, setting up properties and method of a class. .  -
This tutorial shows you how to fool Visual Basic in a way it will permit the programmer use circular references, like a Parent property without locking the parent object in memory..  -
Although socket based TCP/IP servers using IO Completion Ports are often written in C++ it's sometimes useful to write such a server in Visual Basic..  -
The ins and outs of setting compatibility on Visual Basic projects. 
Sample Code  -
An activeX control to make winsock even easier to use..  -
In response to a many VB programmers wanting a better alternative to using resource files to store theirbmps,wavs, etc. .  -
Make component persistable by storing the information in property bags..  -
Add a control or class module that creates the ability to use Undo and Redo..  -
An Object Orientated way to pass Visual Basic variable values to a form. 
Books  -
Provides comprehensive instruction for faster, leaner development--and more powerful results.  -
This book is for Visual Basic programmers who have a grasp of the
fundamentals of Visual Basic and want to learn how to do object-oriented
development. This book is ideal for aspiring programmers....  -
Visual Basic is a versatile language - accessible to those seeking to enter the world of programming, yet powerful enough to support the coding of complex distributed applications. Beginning Visual....  -
Developing COM Components with Visual Basic 6 is a focused tutorial for learning
component development. It teaches the reader the programming concepts and the
technical steps needed to crea.... 
Web Sites  -
A tutorial describing the process of first creating a Visual Basic type COM Object with functions and then second, how call those same functions contained in the ActiveX DLL from ASP Scripts. -
A tutorial outlining the basics of collections and the importance as well as how to build a basic collection inside a Visual Basic type COM Object. -
This site has a number of code snippets, sample apps and ActiveX objects. Although it covers a vast number of topics, its main focus is graphics. Its applications will cover DirectX, image processing
|
Search
Code Samples
New Members
|