You are currently viewing the BOOK: Visual Basic 2008 Programmer's Reference ISBN: 978-0-470-18262-8 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
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 ?