... It's fairly simple. I don't have the exact information at hand, but it's freely available out of the EPS specification on www.adobe.com in their developer...
Steve Rindsberg
steve@...
Dec 12, 2001 2:13 pm
610
Assuming you want it while in VB/VBA then try this: Dim sVersion As String Dim lMajor, lMino, lBuild With CorelDraw.Application llong = .Version...
Hi Scott, ... Your code should work providing you have Corel 10, or a recent version of Corel 9. For the first one (9.439), ".Version" properties don't exist,...
Hi Craig, ... First of all, I appologize for such an aweful delay with the reply. Was extremely busy trying to catch up with all the work. Now back to your...
Hi all, I just wanted to let you know that I just released a completely reworked VBA version of Calendar Wizard script for CorelDRAW 10. This time it is...
I need to write a script or a macro which will preserve / adjust the space between text objects in CorelDraw 10, but I'm new to VBA and I have no idea where to...
Hi Marc, If it were me, I think I would have 1 text field and do all the dirty work outside of Corel using VB, VFP, or something. After you've done all your...
greetings. wondering if anyone out there has experienced problems with the TTF filter for CorelDraw10. I suspect that I either have a virus or there might be...
just to add a bit more information to my problem: 1. I've been exporting files one at a time (basic latin) to MyFont.ttf and have discovered that the...
Corel does support VB and OLE automation with our applications through the CSD(Corel Solution Developer) program. Developers sign up as Standard or Platinum...
Fernando Cuconato
Fernando.Cuconato@...
Jan 2, 2002 1:43 pm
620
Has anyone managed to find a way to export a png file from corel just with vba in access , I can load a psd direct into corel draw and export out jpeg bitmaps...
Hi, i want to insert a symbol into a "paragraph text"-Object, using vba in CorelDraw 10. I tried the "DropSymbol"-Command, but I didnīt find a way to place...
I've written a VBA script (Coreldraw v9) to automate some edits, which works with a single drawing. How can I run this script with all the files stored in a...
Hi Patrick, take a look at "Dir" function into VBA help: <quote> You must specify pathname the first time you call the Dir function, or an error occurs. If you...
Hi Jean-Marie, Your code works, thanks. Now I can get the file names one by one with a loop. But in my original code, I have statements like this: For Each lay...
What is the trick to get CorelDraw 10 to recognize the .gms files for customization. I previously did some customization with a gms now added stuff to it but...
Georgeann, Firstly, for a subroutine to be recognized by Customization, it must _not_ return a value, i.e. it must be a Sub (not a function), it must be...
... From: Nick Wilkinson [mailto:nick@...] Sent: Tuesday, January 08, 2002 5:22 AM To: cdrvba@yahoogroups.com Subject: Re: [cdrvba] VBA and...
Clements, John
jclements@...
Jan 8, 2002 4:01 pm
628
John, I do use that particular workaround, but I find Fireworks is a better friend for tight-pixel work, such as iconography; whereas Photo-Paint and PhotoShop...
Hi Patrick, ... try this (not tested!): sub YourVBAfunction(ByVal FileName As String) Dim doc As CorelDraw.Document Dim lay As CorelDraw.Layer Set doc =...
Hi All, What is the "cdrSelectionShape" ? I found this in VBA Object Browser. I tried to use it when I want to identify attribute of the shape, but it does not...
Akasaka-san, I haven't tried it, but I _think_ it's only use is to test whether a given shape is a selection shape, for example: Dim sh As Shape Dim shtype As...
Nick-san, Thank you for replying. ... You are quite right. I confirmed your code. Thank you. ... Mimaki Engineering Co,.Ltd Software Group Development dept. ...
Hi All, What is the missing term to copy an envelope effect from one object to several othher ? every time I try to use the recorder the result is : Sub...
... Hey, Nick, long time no ... Haven't really looked at this in Draw, but I'm used to a similar problem in PowerPoint, the wall I spend most of my time...
Steve Rindsberg
steve@...
Jan 9, 2002 7:19 pm
635
Steve, And yourself -- Happy New Year! The problem with CorelDRAW 10 is that the _mechanism_ for distributing parts of the UI is built-in and is just right ......
Hi, I think I have found a way to make my workspace work on another computer but its a bit of a hack. Here is what I did. 1. Export the workspace like you...
... No, unfortunately not. PPT is the sick unwanted stepchild of Office. But you can set things up so that add-ins (in effect, compiled PPTs with VBA in 'em)...