Community of VE/MapPoint Users and Developers
This is a discussion on WPF and Mappoint Control within the Development forums, part of the MapPoint 2006/2009 Discussion category; Does anyone know of a way for me to get the mappoint control working in my WPF app? I assume ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Re: WPF and Mappoint Control
you should first add reference to windowsformsintegration, then - create an userControl Form (not wpf) - add MapPoint reference, then you can add a MapPoint Control to your userControl Form - in your xaml add something like : Code: <WindowsFormsHost x:Name="zoneAx" Canvas.Top="60" Canvas.Left="10" Width="780" Height="300"> </WindowsFormsHost> Code: this.Loaded += newRoutedEventHandler(Window1_Loaded); Code: this.zoneAx.Child = new MyUserControl(); |
![]() |
| Tags |
| control, mappoint, wpf |
| ||||
| Posted By | For | Type | Date | |
| Map Individual U.S. States in MapPoint - MP2K Magazine | This thread | Refback | 06-09-2008 10:34 AM | |
| Routene Excel and MapPoint Update - MapPoint Articles - MP2K Magazine | This thread | Refback | 06-08-2008 09:52 AM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Keyboard control in mappoint activex control | djcapslock | MapPoint 2006/2009 Discussion | 1 | 03-10-2005 11:16 AM |
| Using MapPoint Control for Web App | Attila | MapPoint 2006/2009 Discussion | 1 | 01-11-2005 10:36 AM |
| MapPoint Control in ASP | technohippie | MapPoint 2006/2009 Discussion | 2 | 11-22-2004 05:25 PM |
| i need the mappoint control 9 please | Anonymous | MapPoint 2006/2009 Discussion | 3 | 04-22-2004 10:41 AM |
| I am using MapPoint Control in another Ac.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 11-23-2001 09:29 AM |