![]() |
#1
|
|||
|
|||
![]()
Hi everybody !
I'm trying to convert all my custom tools' for X4, writing in C# with VS2005 (I'm using the COM method !), to X5 Addin ! With VSTA(integrated in X5) is now possible to simplify the connections of the custom tools' and X5(draw or paint). I cant' to transfer my all code to the VSTA editor in X5. It is not possible for me (very big project !!) The only solution for me is to add the ADDIN code in my project... But how to ? (adding dll in project references ?, add a specific entry point ?, add a specific code?,Setup prcess for distributing my addin? ) Thanks in advance |
#2
|
||||
|
||||
![]()
I would not use VSTA, it is not ready from Prime time as we say. As for the add-in, the only ones I have seen work are all written in C++, so I am not sure that approach would help either.
-Shelby |
#3
|
|||
|
|||
![]()
Hi Shelby !
thnaks' but is not my question ! I want to know, houw to using or re-wrinting the VSTA auto generated code, in mi C# code with VS(2010). My actual tool using the COM Interop solution: 1°) I check the otion "Register as COM Interop" in my project options. 2°) I'm using the code : 3°) in Draw, from a GMS, i call the function exposed by the COM Interop. So, but now, i want to replace this code by the VSTA main class (the auto generated code !). it is probably possible, but how to ? Code generated by VSTA: If you prefer: i'want to using the System.addin in my VS project, to writing the addin for DRAW or PAINT in VS 2010 ! |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rudimentary query regarding ActiveX Addin | sureshkumarp | General | 0 | 20-07-2005 11:59 |
How can I handle a event of GlobalDocument In a COM AddIn? | zhang.t | CorelDRAW/Corel DESIGNER VBA | 2 | 17-06-2004 23:03 |
Execute addin | andrej | CorelDRAW/Corel DESIGNER VBA | 12 | 10-05-2004 16:23 |
How can i make a CorelDraw addin under Visual C++ | andrej | CorelDRAW/Corel DESIGNER VBA | 2 | 15-04-2003 10:40 |
CorelDRAW 11 and AddIn’s | reanan | CorelDRAW/Corel DESIGNER VBA | 2 | 03-12-2002 15:21 |