|
-
Apr 1st, 2000, 04:16 AM
#1
Thread Starter
Junior Member
hi there all, ok i have a control, and i would like to pass an array (preferably 2 dimensional) to it. I have tried to create a control property but that doesn't seem to be want to work with arrays. Is it possible for this to work or will i have to try anyother method, if so any suggestions would be nice, thanks, Piers
-
Apr 1st, 2000, 03:45 PM
#2
transcendental analytic
You can pass a variant containing an array to your control:
Code:
Dim array2d(2, 2)
aUserControl.aSub array2d
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|