Hi,

I'm totally new in game programming, but i've started my own "Sim city like" game, and of course I'v encounted a lot of problems...

Iwas using a set of control array (ex: ima(1), ima(2), ima(3),etc..) to draw my map...
Something like this :
_ _ _ _
|_|_|_|_|
|_|_|_|_|
|_|_|_|_|

but... this method isn't really good because I need 3 or 4 grid like this...

Someone Can help me? I'm searching for a good tile engine..with a "on click", "on mouse move"...
I'm also searching for any tuts on graphics in vb...

Thanx a lot.