View Single Post

  #1 (permalink)  
Old 12-17-2005
BWard BWard is offline
Junior Member
White Belt
 
Join Date: Dec 2005
Posts: 10
addpushpin - need help to get started

I've only been programming for about 2 years but have done quite a bit of work with another map ocx, however, I can't seem to get started with Mappoint. I am using MP2004 & VB6.
I am looking for someone to give me the 'simplest' example possible of adding a pushpin, based upon lat an lon (using the MappointControl1.control). This will be very much appreciated if I could see how to just only open a form and plot a single location (without all the other partial code snippets involved.

assume lat 26.10000 lon -81.10000
and fill in the form load event..........

Private Sub Form_Load()

End Sub
Reply With Quote