VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Access Data Types and Arrays in a Class

korejwa  (4 Submissions)   Data Structures   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

API Declarations
CopyMemory
VarPtr

Rate Access Data Types and Arrays in a Class (13(13 Vote))

Download Access Data Types and Arrays in a Class

Access Data Types and Arrays in a Class Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters