I was asked to develop a program using visual basic 2005 called sliding puzzle.Attachment 65271
How to develop?
Printable View
I was asked to develop a program using visual basic 2005 called sliding puzzle.Attachment 65271
How to develop?
Welcome to the Forums.
Sounds like a class project or something.
Thread Moved to theVB.NET Forum
What were you expecting? A start to finish explanation of everything you need to do? If you have no idea at all then I suggest that you give up programming now. If you have some idea then I suggest that you make a start and ask us SPECIFIC questions.Quote:
Originally Posted by SlientThinker
Take heed to what jmcilhinney said. Theres multiple ways you can do such a program. You can use picturebox and a container to start off the section of the left with the numbers. And use controls that will link each button move them to a specific area. You decide where to start, and first u need to start with the questions.
I looked into that a bit more and read up here:
1. http://www.dreamincode.net/forums/showtopic45655.htm
2. http://www.codeproject.com/KB/game/slidingpuzzle.aspx
Show us what you have so far and ask us about the area where you're stuck.