Jose Pablo Ramirez Vargas
Latest articles
-
CopyMemory and Arrays: Proper Use
by Jose Pablo Ramirez VargasThis 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.
-
Circular Referencing to COM Objects
by Jose Pablo Ramirez VargasThis 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.
-
Creating color degradations with any two colors
by Jose Pablo Ramirez VargasTwo functions that allow the calculation of the colors between any given two colors. The color gradient can be customized.
-
Detecting Column Header clicks for MSFlexGrid
by Jose Pablo Ramirez VargasSample code on how to detect if a column header is being clicked, and respond to that action.