View Single Post

  #6 (permalink)  
Old 01-23-2007
ssharkey ssharkey is offline
Junior Member
White Belt
 
Join Date: Jan 2007
Posts: 1
Post Re: help on converting vba code to visaul basic 2005 express

Quote:
Originally Posted by nmilne View Post

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.
Reply With Quote