Murat,
You can show an image of a diagram in a your own window, but I don't think you can re-use the actual EA graphical elements.
Geert
First of all, thank you very much for all of your help.
A this point, I implemented the template you provided and I think I got the logic underneath somehow. As far as I understand, the key thing is, MyAddinClass only knows about EA stuff such as repository and etc.. and MyEAControl knows about windows drawing stuff, since it is being extended from UserControl.
It is considerably reasonable to pass a string between these two classes because both of them knows string, but in my case, when I tried to put the exact content of an existing tab, I think MyEAControl will not understand the type that I will send, is that right? and is the solution for this problem is, extending both UserControl and EA_AddinFramework ? (interopEA.dll)
and aslo I think in the designer class, I need to put something else to display a "chart" instead of string, I'll try to figure it out tomorrow when I got to work.
And if you have any clue, or help that you can give me, I would really appreciate.
Thank you again,
Murat.