|
-
August 13th, 2009, 01:45 PM
#1
[RESOLVED] Create an object durring runtime in code
OK, I know how to create an object as arrays. See this example:
Code:
Load Text1(1)
Text1(1).Visible = True
Text1(1).Top = 0
Text1(1).Left = 0
I want the exact same effect but this time without an abject being part of an array. Example: Intead of load Text1(1), I would load Text2. Is this possible, if so, HOW?
Thank's
David Richard
Tags for this Thread
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
|