this is a school assignment, but I won't be asking for complete programs, just the right direction.
I need to make a Knight's Tour program in VB6.
I'm having trouble starting out..
What object should I use for the 'cells'? (we are only allowed to use the default objects).
I tried using Labels(with backcolor) and putting them in control arrays, but I think i need to put them in 2D arrays. How do I put objects in 2D arrays?