README.md
December 5, 2022 ยท View on GitHub
Description
When we talk about real Pointer and Memory Addressing, most of us thinks of
Visual Basic limitations, ie, VB cannot access memory because VB has no pointer
datatype for a variable declarations. This confusion grow even larger when
a scenarios needed one address of a variable instead of its value, ie, from
where in memory was that variable located into a virtual space of currently
running process or a process or dynamic library. Well, forget those myths and read this Article to show you the inner light of Visual Basic Pointers.
More Info
| Submitted On | 2001-10-19 04:31:28 |
| By | Chris Vega |
| Level | Advanced |
| User Rating | 4.8 (81 globes from 17 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Coding Standards |
| World | Visual Basic |
| Archive File | Accessing 2985810192001.zip |
Source Code
Download it here in ZIP or
Read it Online:
<a href="http://trider.8m.com/Access%20Memory.txt">Accessing Memory by 32-bit Addresing in Windows using Visual Basic</a>