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.
vb control array
Name: Linda Tran Date: November 19, 2003 at 17:26:48 Pacific OS: xp CPU/Ram: 256
Comment:
Hi,
How do I make vb add the total of certain fields from a Microsoft Database?
For example if the first field was "quantity" and the second field was "price", using a control array it would be label1(0).caption * label1(1).caption="total price for total quantity" right?
But how would I go about doing this if there is more than one entry in both of the fields? For example if I had 5 different prices for 5 differnty quantities?
I'm pretty sure there might be a For next loop in this problem since I have tried it but it just keeps giving me an error :)
Summary: Question. I have a control array of five labels. When all the numbers (generated from randomize function) within the labels are the same number, an image shouldd appear (Image1). Doesn't. Can't fi...
Summary: How do you do the equivalent of VB control array in C++? I want an array of buttons (using Borland 5) tried: Button* but[3] but[0] = new Button no luck??? ...
Summary: 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 label lblexample(1) and lblexample(2) once clicked then chick one...