VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Access Data Types and Arrays in a Class

by korejwa (4 Submissions)
Category: Data Structures
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (12 Votes)

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

Download Access Data Types and Arrays in a Class

Download Access Data Types and Arrays in a Class (3 KB)

Access Data Types and Arrays in a Class Comments

No comments have been posted about Access Data Types and Arrays in a Class. Why not be the first to post a comment about Access Data Types and Arrays in a Class.

Post your comment

Subject:
Message:
0/1000 characters