Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • API Programming Series #5

    by sreejath

    This article which is the fourth in this series discusses how you can get the Global Memory Status of a system using the Win32 API from VB. Read full article

  • API Programming Series #4

    by sreejath

    In the fourth of this series on API Programming, learn how to hide your application from the Ctrl+Alt+Del list on Windows 9x.. Read full article

  • CopyMemory and Arrays: Proper Use

    by webjose

    This article will show the reader the advantages and disadvantages of using CopyMemory on arrays to achieve faster speeds when handling a sorted array. It will also show the reader the caveats of the API implementation and how to avoid them.. Read full article

  • API Programming Series #2

    by sreejath

    The second article in this series deals with the mechanics of declaring and invoking an API function from within VB, ending up with neat little application that displays the computer name.. 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

  • API Programming Series #1

    by sreejath

    This is the first part of a series of articles explaining how to access and use the Win32 API from within VB.. Read full article

  • Calling a C++ DLL from Visual Basic

    by kconcept

    Kevin Saitta takes you through the steps of creating a C++ dll and then calling it from VB.. Read full article

  • Binary Files

    by James Crowley

    How to read and write binary files to save your arrays, variables etc to a file. Read full article

  • XML SOAP

    by ComponentSource

    SOAP - Simple Object Access Protocol – is the hottest thing in XML development. Read full article

  • Enum Windows & SendMessage API

    by Muhammad Abubakar

    A new tutorial from Muhammad abubakar on these two essential API functions, allowing you to enumerate all the open windows, and reveal hidden control properties.. Read full article

  • File Assocation

    by James Crowley

    If your VB program creates or reads files, it is always useful for the user to be able to double click on a file in explorer, and for it to be automatically opened in your application. In fact, they d. Read full article

  • Performance Issues

    by James Crowley

    Find out how to tune your applications to peak performance, decrease program size, save time using the 'magic' $, and reduce memory usage all in this great tutorial.. 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

  • Sending Messages

    by James Crowley

    Using the SendMessage API, you can reveal hundreds of properties and actions in standard controls that are not normally available to you through VB. This includes undo, cut, copy, paste, line count an. Read full article

  • Subclassing

    by James Crowley

    This tutorial shows you how to 'subclass' in VB, getting events directly from windows rather than through VB, giving you more control, and hundreds of new events, opening up a whole range of possibili. Read full article

  • Windows API

    by James Crowley

    Learn how to use Windows API, and extend VB's potential further than you ever thought possible.. Read full article