by Jimmy Kelly (7 Submissions)
Category: Coding Standards
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
Awe at the wonderful world of pointers allowing
super fast memory manipulation! Do things you could never do before like bitmap manipulation directly through the memory and more!
This demo demonstrates 2 diffrent methods of
pointers in VB along with some links for more
information on it.
Assumes
KNOW WHAT YOU ARE DOING!
Direct manipulation of the memory is very
dangerous since it can lock up you computer and
cause whatever you doing to suddenly stop and
be lost forever.
Download Basic Visual Basic pointers demo Your wish has been granted (6 KB)