A
arrkle
I am recreating a puzzle found in a book.
The form uses 72 line segments to build a particular geometric pattern (not
a maze) - and it works exactly as intended.
I used the Tool Box to put one line on the form, then made 71 copies of it.
The result, of course, is 72 separate Line controls.
Is there a way to DYNAMICALLY CREATE the line segments (i.e. the controls)?
OR, can I put one line segment on the form and DYNAMICALLY COPY it 71 times?
I have searched reference books AND the web but haven't yet found a way to
do it.
Can you help (preferably without using ADO)?
The form uses 72 line segments to build a particular geometric pattern (not
a maze) - and it works exactly as intended.
I used the Tool Box to put one line on the form, then made 71 copies of it.
The result, of course, is 72 separate Line controls.
Is there a way to DYNAMICALLY CREATE the line segments (i.e. the controls)?
OR, can I put one line segment on the form and DYNAMICALLY COPY it 71 times?
I have searched reference books AND the web but haven't yet found a way to
do it.
Can you help (preferably without using ADO)?