Hi i want to add a MAP to my WPF Visual Studio 2010 in VB.NET
I have create my userControl....
But nothing work... can you help me STEP BY STEP !
Thank
I have try this..
windowsFormsHost1.Child = Monaffaire
Dim objApp As MapPoint.Application = Nothing
Dim objLoc As MapPoint.Location
objApp.Visible = True
objApp.UserControl = True
objLoc = objApp.ActiveMap.GetLocation(46.659496, -71.298362)
objApp.ActiveMap.AddPushpin(objLoc, "Nick's Added Pushpin")
No sucess !




LinkBack URL
About LinkBacks






Reply With Quote

