Because if you do I would be very interested in it. I need to print out mazes that have color guys on them.
Any help or suggestions would be greatly appreciated.
Crystals
I have an array of lines Line1(). Then i load a second array Line2(). Then i say for each member (1-300)
Line2(i) = Line1(i)
Later, when i try to reference BackColor of Line2(i), it comes out as white. I assume when i say Line2(i) = Line1(i), that i mean "Assign all properties of...
Hi, i made a project (form1) and then created another form(form2). Now, i put command buttons on form2 such as:
Private Sub Command1_Click()
Call Form1.Initialize_Square_Grid
Form1.Refresh
Form1.Show
End Sub
But, when i click on the command1 Button it does nothing. Form1 doesn't even...
I am copy pasting lines to create an array of 4000 lines. This is very time consuming. Is can't figure out the code to create an array of 4000 line objects. Can someone help?
Ctrlc, ctrlv '' '' '' '' ''
aarrgh.
sincerely,
roger norlund
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.