hi... im doing this system wherein there are images that can be clicked using the command button. these are my codes:
[CODE=vb]Command1_Click
Picture2.Pictur e = Command3.Pictur e
Picture2.Visibl e = True
Picture2.Pictur e = LoadPicture("ma n.bmp")
end sub[/CODE]
i wanted the command button to create same images but it shall display all these same images depending on how many times the user clicks the command button..
i've already tried searching and to no avail... i cant find an array example of this
[CODE=vb]Command1_Click
Picture2.Pictur e = Command3.Pictur e
Picture2.Visibl e = True
Picture2.Pictur e = LoadPicture("ma n.bmp")
end sub[/CODE]
i wanted the command button to create same images but it shall display all these same images depending on how many times the user clicks the command button..
i've already tried searching and to no avail... i cant find an array example of this
Comment