Hi
I want to make a little strategy game.
Ill explain fast what i already tried:
First i tried to make a array of buttons, to be each case of the map( around 25x35)
It was really too slow to display and took over 100+ mb of ram
Next i tried with picturebox but it is the same thing.
I was wondering how could i make a simple map around 25x35 and that doesnt take 30 sec to load and take 100+ mb of ram
Thanks.
Loading
Source PopPosted Jan 8, 2008, 12:24 PM
http://blogs.msdn.com/coding4fun/archive/2007/02/20/1727608.aspx
I found this searching: http://www.sourcepop.com/GetResults.aspx?q=board%20game
Guest UserPosted Jan 7, 2008, 5:47 PM
I also set up an event handler for the picturebox's MouseClick event which gives me the coordinates of the mouse click, and a label to display the coordinates.
PM me with your email address if you want me to send you the project files.