I have been provided with a program that needs to be developed and the main part of it is to create a playing grid in which the user will be moving around. I've been searching a solution for a time now but have'nt found a suitable solution yet.
Thanks

You could make an NxM array of buttons or pictureboxes at run time depending on your other requirements. Both allow you to set an image to display. Please refer to this article on how to create controls at run time. One advantage is you can use the same handler for all of the controls. If you need more help after reading please feel free to post follow up questions in this thread.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.