README.md

December 5, 2022 ยท View on GitHub

Accessing Memory by 32-bit Addresing in Windows using Visual Basic

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 On2001-10-19 04:31:28
ByChris Vega
LevelAdvanced
User Rating4.8 (81 globes from 17 users)
CompatibilityVB 5.0, VB 6.0
CategoryCoding Standards
WorldVisual Basic
Archive FileAccessing 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>