Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • Introduction to Class Programming Part II

    by tengtium

    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. Read full article

  • Introduction to Class Programming

    by tengtium

    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. . Read full article

  • Circular Referencing to COM Objects

    by webjose

    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.. Read full article

  • A TCP/IP socket server object for Visual Basic

    by Len Holgate

    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.. Read full article

  • Keeping VB Components Compatible

    by LACanadian

    The ins and outs of setting compatibility on Visual Basic projects. Read full article

  • Rich Text Box Controls

    by ZERO-COOL

    With the rich textbox control saving, loading, changing fonts, and much more has become very simple. This tutorial takes you through the basic commands available to you.. Read full article

  • ActiveX Documents

    by UTLogic

    Use ActiveX documents to add features to websites. Read full article

  • Creating Classes & ActiveX Controls

    by James Crowley

    An extensive article on how to create your own ActiveX controls and Class modules. How to use properties, specifying when they can be changed, and validating them. Methods, and how to create public co. Read full article

  • Debugging

    by James Crowley

    Learn how to use all the tools available to you in VB to help track down those annoying bugs, saving you valuable time.. Read full article

  • Creating HTML Help

    by James Crowley

    How to create HTML Help files with help files and images, an index, contents, and a search facility, and add it to your application.. Read full article

  • Polymorphism in VB

    by James Crowley

    Polymorphism is one of the elite programming terms found only in the upper echelons of the Visual Basic world. In this tutorial, vbweb.co.uk simplifies the topic and shows how everyone can benefit fro. Read full article

  • Visual Studio Installer

    by James Crowley

    Learn about the new Windows Installer technology, how to create your own installations using the Visual Studio Installer and a review of Wise for Windows Installer. What more could you ask for?!. Read full article