G
Guest
Hello All,
Here is what I would like to do
I am creating a game program that displays a map (preferably in hexes but
that is another matter) and whenever the user is over the "map" I want to
know the x,y coords (in pixels) of where he is pointing to.
Here is what I have done
Place an Picturebox on a windows form
Assign a picture to the control
Is there an event on the picturebox control that fires whenever the mouse
moves along on the picture?
If I am trying to implement the wrong approach please let me know.
Thanks
p.s. side note -- if anyone can point me in the right direction for finding
a book that helps program games using VB I would much appreciate it.
Corey
Here is what I would like to do
I am creating a game program that displays a map (preferably in hexes but
that is another matter) and whenever the user is over the "map" I want to
know the x,y coords (in pixels) of where he is pointing to.
Here is what I have done
Place an Picturebox on a windows form
Assign a picture to the control
Is there an event on the picturebox control that fires whenever the mouse
moves along on the picture?
If I am trying to implement the wrong approach please let me know.
Thanks
p.s. side note -- if anyone can point me in the right direction for finding
a book that helps program games using VB I would much appreciate it.
Corey