Book a Demo

Author Topic: Repository.CloseWindow?  (Read 3758 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Repository.CloseWindow?
« on: September 06, 2011, 10:40:46 pm »
Does anyone know if there's some kind of workaround to close the an add-in control window added by Repository.AddWindow()?

Geert

clicht

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Repository.CloseWindow?
« Reply #1 on: September 08, 2011, 12:26:33 am »
Have you tried it over the process:
System.Diagnostics.Process proc = System.Diagnostics.Process.GetCurrentProcess();
proc.MainModule........