You are currently viewing the BOOK: Visual Basic 2008 Programmer's Reference ISBN: 978-0-470-18262-8 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I want to draw geocache-like data on a map. The data is stored in a database and has coordinates in the 1st quadrant. The graphics object can be scaled to switch the y coordinate to draw in the device's 4th quadrant. Awkwardly, any text to write is upside-down and I found no way to get it upright again.
Has anybody a clue to do that ?
Secondly, a graphics object does not accomodate controls. So, you can not draw 'clickable' object. How do I get info of a poi drawn on the graphics object.
The pro for using graphics is its ability to defines scales and offsets. Handy when zooming and scrolling over the map. But it has to many con's to me at the moment. ... Has anybody good ideas to tackle this ?