Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to build array for vb2010?
VB
'in vb6
for i=1 to 100
   load shape1(i)
   shape1(i).visible=true
   and ...
next

for vb 2010 ?
Posted
Updated 10-Jan-13 2:50am
v2

1 solution

Here, read the whole article to learn about it: MSDN: Arrays in Visual Basic[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900