Quote:
Originally Posted by nmilne
Can someone help me please convent this vbaccess mappoint 2004 code to visual basic 2005 code as im trying to convert my database to visual basic 2005 express edition many thanks if you can help me Code: Private objMap As MAPPOINT.MappointControl
Private objRoute As MAPPOINT.Route
Private objSA As MAPPOINT.StreetAddress
Private objPush As Pushpin
'Private objway As Waypoints
Private oLoc As Object
etc
ok well i have just about converted the code above to vb.net |
Any chance of seeing your converted code? I'm having a lot of hassle moving from the safe confines of VB6 & Access to VB.NET 2005. I even considered buying a later version of MapPoint making the false assumtion that Microsoft would have upgraded the programming interface - but it appears to still be a COM interface.