I am trying to make a form in VB.net with a square grid on it with labels in the grid. I need to know which square is which so I thought I would make them all individual Shape objects in an array. Unfortunately, I did not realize that VB.net does not support the Shape object from VB 6. Does anyone know how I can solve this problem in .Net?
Thanks!
Thanks!