Community of VE/MapPoint Users and Developers
This is a discussion on Is there any way to disable Mappoint 2002 popup menu? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Is there any way to disable popup menu at runtime in Mappoint 2002? The menu which apears when right click ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
|
Nothing in the object model but you can read this topic from the old discussion forum. http://www.mp2kmag.com/mappoint/disc...light=sendkeys
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
| |||
|
Assuming your map control is mpCtrl1, add this code: Private Sub mpCtrl1_BeforeClick(ByVal Button As Long, _ ByVal Shift As Long, ByVal X As Long, _ ByVal Y As Long, Cancel As Boolean) If Button = 2 Then Cancel = True End If End Sub |
![]() |
| Tags |
| disable, mappoint 2002, menu, popup |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable Context menu | Anonymous | MapPoint 2006/2009 Discussion | 10 | 05-27-2005 02:03 PM |
| Solution: Server busy window after popup context menu. | Jeurink | MapPoint 2006/2009 Discussion | 6 | 04-06-2005 02:32 PM |
| mappoint 2002 - Disable "click the logo and display hel | Anonymous | MapPoint 2006/2009 Discussion | 0 | 10-12-2003 08:39 PM |
| Disable Mappoin 2002 PopUp Menu (using Vb.net) | Anonymous | MapPoint 2006/2009 Discussion | 0 | 08-19-2003 10:12 AM |
| disable loaded pin sets in mappoint 2002 | Anonymous | MapPoint 2006/2009 Discussion | 1 | 04-22-2003 09:52 PM |