![]() |
#1
|
|||
|
|||
![]()
Hi-
I've got 3 versions of the CorelDraw Suite on my computer:11,12, & 13. I have a program in VB.net that uses the Draw COM object. I usually use version 11 by default, and specify the 11 version by adding a reference to the draw11 library to my project. I ran into some problems (that I won't go into specifically here) with my application that I thought might work better with version 13 rather than 11. I removed the reference to 11 in my project and substituted 13. 11 is still the version that instantiates. That's my first issue. I then modified my code from Code:
Draw= New Coreldraw.application Code:
Draw= createobject("coreldraw.application.13") Code:
clrBlack_Fixed = Draw.CreateFixedColor(CorelDRAW.cdrPaletteID.cdrPANTONECorel8, 497) Quote:
Thanks, Rob |
#2
|
||||
|
||||
![]()
check registry [HKEY_CLASSES_ROOT\CorelDRAW.Application\CurVer] for value of "CorelDRAW.Application.13"
|
#3
|
|||
|
|||
![]()
Thanks for the tip, but that entry shows "CorelDRAW.Application.13"
Sigh... |
![]() |
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 |
bad saved coreldraw file versin | JSB | CorelDRAW CS | 0 | 19-06-2005 12:45 |
What are the version number for various CorelDRAW releases? | Alex | FAQ | 1 | 06-05-2005 19:01 |
Accesing CorelDraw 10 VBA Object Model without running it | dolmos | CorelDRAW/Corel DESIGNER VBA | 5 | 19-12-2003 08:52 |
CorelDraw 10 Version | Anonymous | Jigsaw Puzzle Creator | 0 | 07-11-2003 20:10 |
CorelDRAW 11 and AddIn’s | reanan | CorelDRAW/Corel DESIGNER VBA | 2 | 03-12-2002 15:21 |