• RE: Which edition of Visual Studio should I prepare?

    You can program in any programming language that is supported by the .net framework. For a complete have a look here: My suggestion would be C# since all the samples are written in this language but also Visual basic can be a very good choice.
  • Events from the editor

    Hi, I would like to be able to catch some events from the editor in Studio. Is there an event fired when you leave a segment? If so, is it then possible to get the actual text from the segment that was just left? Does anyone have an idea? Thanks…
  • RE: Development in other .NET language than C# possible?

    I would recommend to use any language supported by .NET CLI. You can find a list with the languages here:
  • Development in other .NET language than C# possible?

    Former Member
    Former Member
    Apologies if this has been answered before. Can I submit Studio and MultiTerm apps in another language than C#? For example C++. I am aware the SDK has C# samples.