Hello all, How do I write a script that opens all of the .CDR files in a specific folder? Thanks, Rick Randall _______________________ Rick Randall Technical...
Hello, I'm trying to write a vb script that saves the activedocument in version 7 format. When I try to use the structsaveasoptions I get a run-time error...
Is there a way to disable the font-matching popup so that it doesn't appear on screen whenever a file which contains unknown fonts is loaded? While I...
Hello, I'm new to the group and I'm looking for some help :) Position open for willing beginner/ talented experienced game graphics artist. Preferable skills...
Hello, I would like to change the background page color to an rgb color. I see there is a corelscript called setpapercolor, but I'm not sure how to tell it...
Hello, I'm working in vb and am trying to open a new instance of coreldraw even if coreldraw is already running. My version of coreldraw is 9 Sometimes it...
Hi All Export of EPS is performed now using VBA of CorelDRAW10. Although FileExportCommand is used, there are two kinds of Filters (cdrEPS, cdrEPSPhotoPaint). ...
Hi all, OK, sounds easy right? I have created an "Artistic Media - Sprayer" that is in the shape of an arrow. I can now draw/spray a path with the arrows...
Hi all, I like to print cdr-files to a prn file using a post-script capable printerdriver like HP LaserJet Wen I do this from the File - Print Dialog...
Hello, I have a big problem. I would like to write a text to center of an arc: Set oText = ActiveLayer.CreateArtisticText(nCenterX, nCenterY, cText) Set oPie...
Hello, I am using Corel Draw 9. With a Corel Script I am reading the data of an object using GetObjectData('myfield39;). This is okey for Corel Draw 9, but it...
Hi, With theses lines, I can circle throught all the shapes in the current selected layer. For nbreShapes = ActiveDocument.ActiveLayer.Shapes.Count To 1 Step...
I'm trying to figure a way to force a vba call each time a document is opened directly from the folder. If I was opening a document with the open dialog, I...
Hello everyone: I want to make effect to bitmap, but there are a lot of effect which can be used in vector image. when I used this effect to bitmap, Nothing...
Alex: I know there are a lot of effect function which can be used for vector image, but I want to make effect to bitmap used VBA in CorelDraw 10, such as...
Curve.Selection yields a noderange. .Item(1) of this noderange should yield the index number of the first item in the selection. The following subroutine...
Hi, I am a newbie to VBA, so please bear with me. I would like to create a script to batch downsave CDR files - something along the following lines. Does...
Hi, here is my problem. How can i start my old Corel Draw 9- Script in Corel Draw 10. The Problem ist that i can not put my CSC - Script in the Menu. It is...
Hello, I have a new module available, all cleaned up for public use. See it at http://johndankey.creativenow.com/scripts/arcorwedge.html. It's a module that...
Hi, how can I apply my own VBA-Macros to a toolbar in PhotoPaint 10? I haven't found a way to do it like in CorelDRAW 10. Is the only way to run a macro in...
Hi, I've set up some templates with multiple layers in Draw10. I'd like to use a script to "swtich on" particular layers (make them visible and exportable /...
Folks------ I need to search a page for text that has the following characteristics: -The text string must not contain more than 4 characters -The text string...
Hi Folks, Where I work, we use templates for our tech. illustrations. There are currently two out there. Both of which have a big rectangle on the letter...
Can anyone suggest a method of separating a blend? I've created a blend with coding like this, With s355.CreateBlend(s392, 5, cdrDirectFountainFillBlend, ...
Folks-- In VBA: If I have an integer that is a negative number (-87) And I want it to change it to the same number but positive (87), how do i do it?---Rick...