Articles & Tutorials 
-
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. 
-
In the fourth of this series on API Programming, learn how to hide your application from the Ctrl+Alt+Del list on Windows 9x.. 
-
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.. 
-
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.. 
-
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.. 
-
This is the first part of a series of articles explaining how to access and use the Win32 API from within VB.. 
-
Kevin Saitta takes you through the steps of creating a C++ dll and then calling it from VB.. 
-
How to read and write binary files to save your arrays, variables etc to a file. 
-
SOAP - Simple Object Access Protocol – is the hottest thing in XML development. 
-
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.. 
-
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. 
-
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.. 
-
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. 
-
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. 
-
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. 
-
Learn how to use Windows API, and extend VB's potential further than you ever thought possible.. 