MapInfo Pro Developers User Group

Welcome to the MapInfo Pro Developers community!  We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.

Please feel free to start a discussion in the discussion tab or join in a conversation.

Product Information  Ideas Portal  MapInfo Community Downloads

Discussions

Members

Resources

Events

 View Only
  • 1.  How to retrieve coordinates from mouse click on mapinfo map using Vb.Net

    Posted 02-27-2018 13:09


  • 2.  RE: How to retrieve coordinates from mouse click on mapinfo map using Vb.Net

    Employee
    Posted 02-27-2018 08:39

    Hi,

    I think we need a bit more details on what you want to do.

    It would also be good to know if this is an executable or an assembly. Do you have any MapBasic application or is it strickly VB.Net?



  • 3.  RE: How to retrieve coordinates from mouse click on mapinfo map using Vb.Net

    Posted 02-28-2018 00:45

    is strickly to VB.NET but using mapinfo



  • 4.  RE: How to retrieve coordinates from mouse click on mapinfo map using Vb.Net

    Employee
    Posted 03-05-2018 19:38

    Check out the events MapWindowMouseUp or MapWindowMouseDown.

    The MapMouseButtonEventArgs include the mouse coordinates and map coordinates of where the click was.

    ?