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 call image registration dialog using mapbasic?

    Posted 03-16-2018 09:16

    if we have raster images and want to georeferences. What is the command in mapbasic to open the raster images and then continue using images registration dialog to georef the images. Thank you



  • 2.  RE: How to call image registration dialog using mapbasic?

    Moderator
    Posted 03-20-2018 08:21

    From @Bill Wemple? :

     

    From Menu.def: Define M_TOOLS_RASTER_REG           1730

    Use Set Window command to set the front window where command will be executed, then call Run Menu command.

    In MapBasic window:

    Set Window FrontWindow() Front Run Menu Command 413