Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Label array (VB6)
Name: jey Date: March 28, 2009 at 21:14:40 Pacific OS: Windows XP Subcategory: Theory
Comment:
Can anyone tell me how i can use a label control array to open a new form?
ie I'm trying to use lblexample(0) as a click event to show new page 1 lblexample(1) as click to new page2 and lblexample(2) once clicked then to open the new page 3?
if anyone can help that would be awesome.. regards, jey
Summary: I was wondering if it was possible and if so how, to have a two dimensional array for a control in a visual basic, ie a two dimensional array of text boxes ...
Summary: There would be a few ways to do this using either a static label array and a counter, or a dynamic array and adding label controls at runtime, but it would be easier to do something like... Private Su...
Summary: Hi Every one. Lottery prediction. Does any one know the code for VB6 to arrange 6 randomly generated numbers to. 1. Using an array to sort numbers into Ascending numerical order. Lowest to highest. 2....