Help with Global Mapper SDK in C# and .Net

chhangk1
chhangk1 Global Mapper User

I have been using Global Mapper SDK with Visual Studio C++ 6.0.

I have to move my application to Visual Studio 2015 and use the .net framework since other 3rd party software I use does not support MFC any more.

I am new to .Net & C#, and would appreciate any start-up code. I prefer to have 2 Windows Forms created, one allows me to load map while the other allows me to add my own control.

Any help is appreciated.

Answers

  • bmg_bob
    bmg_bob Global Mapper Programmer
    Answer ✓
    Hello,

    What version of the SDK are you using?  Recent versions include C# samples that should help you get started.

    Cheers,

    Bob
  • chhangk1
    chhangk1 Global Mapper User

    Bob,

    I was using old SDK 1.32. The recent C# sample is great and did help me get started.

    Hope you don't mind showing me how to make the map run time re-sizeable.

    Thanks.