|
-
Nov 22nd, 2003, 09:49 AM
#2
Fanatic Member
The easiest wat is to create a control array on the form eg: text1(0). You do this by adding a textbox and setting its index.
While the program is running you call :
Next you set the properties of the new control and set its visible property to true.
This way you will be able to reponsd to events of controls loaded dynamically without having to use subclassing.
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
|