Browsing Visual Basic 6
MPX v2
Need your opinion on an media playerapplication i am working on.
Article #8 Introduction to Subclassing
The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic.
To Keep a form on top of another (Only on top of one form, not of the whole application)
This is a very simple and precise solution to keep a form on top of only one other form.
Close all MDI Child except me
This code will close all other MDI Child except the current activated one.
Recursive permutations
Takes in a string and spits out all possible permutations of the inputted characters using a simple recursive routine.
Close all forms within a project.
Add this code to a module and simply use CloseAll to unload all forms in your project.