Book a Demo

Author Topic: How to create ActiveX custom control  (Read 3474 times)

japanfather

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
How to create ActiveX custom control
« on: September 03, 2013, 09:47:26 pm »
Hello,

I've implemented my add-in using windows form. The window is not the same with the one in Enterprise Architect. But I would like to create the ActiveX custom control to generate window as the built-in window in Enterprise Architect.

I found lots of tutorial about OCX file. but they are not so clear. Could anyone recommend the tutorial on creating and registering ActiveX control for Enterprise Architect?  :-?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to create ActiveX custom control
« Reply #1 on: September 03, 2013, 10:05:45 pm »
You can use my example add-in
https://github.com/GeertBellekens/Enterprise-Architect-Add-in-Framework/tree/master/MyAddin
which is an extension to the add-in used in my tutorial: Tutorial: Create your first C# Enterprise Architect addin in 10 minutes

If you are looking for a real-life example look at the code for the EA Navigator: https://github.com/GeertBellekens/Enterprise-Architect-Toolpack


Geert
« Last Edit: September 03, 2013, 10:07:29 pm by Geert.Bellekens »