Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old September 3rd, 2008, 05:52 AM
Member
 
Join Date: Jul 2008
Posts: 33
Default how to remove control array object at run time visual Basic 6.0

hi
my requirement is create control arrays at run time that i achived but i couldn't
remove control array object at run time visual Basic 6.0 i attached this code

Private Sub Command1_Click()
Dim i As Integer
For i = 1 To 3
Load Text1(i)
Set Text1(i).Container = SSTab1
Text1(i).Visible = True
Text1(i).Move 100, 400 * i
Next
End Sub
Private Sub Command2_Click()
Do While Text1.Count >= 1
Unload Text1(Text1.UBound)
Loop
End Sub

by
Ganesh
Reply
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles