|
-
Sep 5th, 2005, 02:05 AM
#1
Thread Starter
Hyperactive Member
Help!!! for removing controll added at run time
Dear friends
I have created some controls at run time by using the following code
Private Sub Command1_Click()
Load Text1(Text1.UBound + 1)
Text1(Text1.UBound).Top = Text1(Text1.UBound - 1).Top + 300
Text1(Text1.UBound).Visible = True
End Sub
I also want to remove these controls at run time but I do not know the code for that
Plz!!! help me
Its urgent
Thanks in advance
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
|