Community of VE/MapPoint Users and Developers
This is a discussion on Override Mp 2004 Contextual menus with VB .Net 2003 within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, Using VB .NET 2003, I can override the MapPoint contextual menu and show mine instead (in AxMappointControl1_MouseDownEvent). My problem ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Override Mp 2004 Contextual menus with VB .Net 2003 Using VB .NET 2003, I can override the MapPoint contextual menu and show mine instead (in AxMappointControl1_MouseDownEvent). My problem is that it looks that the events of each menu item can't be fired. Here is how I declare the events in Form1_Load : mnuItem1 = New MenuItem("Menu One", New EventHandler(AddressOf MenuOne_Click)) And my Event handler is declared as follows : Public Sub MenuOne_Click(ByVal source As Object, ByVal e As EventArgs) MsgBox("Menu one has been clicked") End Sub While right-clicking on the map, my contextual menu is displayed. If I click on the menu item, the MsgBox will never be displayed (thus, my event is not fired)... What is my problem? Any ideas? Thank you Jacques Tardif |
![]() |
| Tags |
| 2003, 2004, contextual, menus, net, override |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Override a route | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-14-2005 06:56 AM |
| Mappoint 2004 & Office 2003 compatibility problem | javigdiaz | MapPoint 2006/2009 Discussion | 2 | 12-16-2004 10:24 AM |
| Questions with Mappoint 2004 and VB .NET 2003 | Anonymous | MapPoint 2006/2009 Discussion | 1 | 04-13-2004 05:43 AM |
| Any sign of mappoint 2003 (2004) | Anonymous | MapPoint 2006/2009 Discussion | 5 | 06-05-2003 02:39 PM |
| Where can I find the MapPoint 2003/2004 EULA? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 06-02-2003 02:54 PM |