|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 | ||
|
Its the Dark Side!
|
load command in VB
Alright, im building a program in VB6, and im trying to find out how to load an image object times the number from a textbox. here is my Interpretation:
Code:
Private Sub Command1_Click()
For i = 0 to Text1.Text
Load (Disc(i) as Image)
Next i
- Text1 is a textbox which the user inputs the number of times the object is loaded (or I like to say "cloned") )-disc(i) is the object, being loaded. there is already an existing one set with a control array: "disc(0)" the problem is that when I try to follow the popup's syntax: Load(object as object) What am I doing wrong?
__________________
CN ![]()
|
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|