Search the web
Sign In
New User? Sign Up
cdrvba · Corel Application Automation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 900 - 929 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
900
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...
cornmen
Offline Send Email
Jul 2, 2002
8:19 pm
901
This is one the CorelDraw 10 VBA Recorder did right. Well it use CMYK so I changed it to RGB for you. But here you go: Sub ChangePageColor() With ActivePage ...
Shelby L Moore
mooreshelby
Offline Send Email
Jul 2, 2002
8:28 pm
902
Thanks for the reply. Unfortunately I am still using Version 9. Sorry I forgot to mention that. Is there any way to do this in CorelDraw 9? Thanks, Mike ... ...
cornmen
Offline Send Email
Jul 2, 2002
8:52 pm
903
If Memory Serves Me, There was a bug in CorelDraw 9 the prevented this from working via Script. I don't think it is possible. Shelby ... use...
mooreshelby
Offline Send Email
Jul 2, 2002
9:44 pm
904
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...
designers_wanted
designers_wa...
Offline Send Email
Jul 3, 2002
3:38 pm
905
Hi Steven, I was wondering if you were ever able to figure this out. We are trying to accomplish the same thing and are running into problems. Any help would...
s_craig_tucker
Offline Send Email
Jul 18, 2002
3:27 pm
906
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...
Randall Richard
sylvylou
Offline Send Email
Jul 22, 2002
1:21 pm
907
Maybe i can help... Dear friend.. I have not yet the skill on writing scripts, but here is the tip if you can't find a script that do the work. On corel...
Allan Echavia
jedlan_m
Offline Send Email
Jul 23, 2002
1:40 pm
908
OK I worked up an example of VBA code for CorelDraw 10 or 11 that will do what you ask. This is a pretty rough example will no error handlers of any kind. It...
mooreshelby
Offline Send Email
Jul 23, 2002
2:12 pm
909
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...
cornmen
Offline Send Email
Jul 23, 2002
2:38 pm
910
Here some sample code of the SaveAs. Maybe it will help you pin point the problem. This code workins in CorelDraw 10 and 11. Sub SaveOlderVersion() Dim opt...
mooreshelby
Offline Send Email
Jul 23, 2002
3:11 pm
911
I just read a previous post that says there were problems with some of the structs in the origional version of Draw10. So I installed the service packs and am...
cornmen
Offline Send Email
Jul 23, 2002
3:25 pm
912
Hi all ! I'm absolutely new to cdr vba programming. I'd like to know if is there a ready made script to open a list of cdr files and insert their content in ...
RoZ
coolroz
Offline Send Email
Jul 23, 2002
7:12 pm
913
you da man....thanks a bunch!!----rick ... From: mooreshelby [mailto:shelbym@...] Sent: Tuesday, July 23, 2002 10:12 AM To: cdrvba@yahoogroups.com ...
Randall Richard
sylvylou
Offline Send Email
Jul 24, 2002
11:51 am
914
Check out Alex's Thumbnailer script. at: http://www.vakcer.com/oberon/draw/drawscripts/thumbnailersh.htm It will import all files in a directory and you can...
mooreshelby
Offline Send Email
Jul 24, 2002
8:07 pm
915
How can I add a shape or group to the current selection? I'm trying to duplicate a shape then select both the new one and the old one. I can duplicate it ok...
skalamatrix
Offline Send Email
Jul 25, 2002
3:59 am
916
Try this: Dim shOld As ShapeRange, shNew As ShapeRange Set shOld = ActiveSelectionRange Set shNew = shOld.Duplicate Call shOld.CreateSelection Call...
Nick Wilkinson
isocalc
Offline Send Email
Jul 25, 2002
7:46 am
917
Thanks alot! Worked like a charm...I appreciate it. Are there any good Corel VBA resources on the Web? It sure is a scarce subject. ... the ... the ... ...
skalamatrix
Offline Send Email
Jul 26, 2002
2:20 am
918
All the 'best' free code is at www.isocalc.com -- of course ;) But the real king of VBA in CorelDRAW is Alex Vakulenko, and his site is at...
Nick Wilkinson
isocalc
Offline Send Email
Jul 26, 2002
6:49 am
919
I am trying to start using CorelDraw VBA to automate making slide rule scales. I know this is a stupid thing to be doing but bear with me. I have looked all...
JoeDentist
Offline Send Email
Jul 28, 2002
1:17 am
920
Joe, here are a couple of examples to get you started. These all work with CorelDraw 10: Sub BasicShapesRectangle() Dim s As Shape Set s =...
mooreshelby
Offline Send Email
Jul 29, 2002
12:35 pm
921
Thank You very much for your example! I have this thing making logarithmic scales on a size A0 paper, but really want to create scales 25 cm long, which is a...
Joedentist@...
JoeDentist
Offline Send Email
Jul 30, 2002
1:13 am
922
OK, I'm getting there slowly but surely, but I have a question about dimensional accuracy. A corect slide rule scale is 250 mm, or 25cm or (9.84")long. This is...
JoeDentist
Offline Send Email
Jul 31, 2002
12:59 am
923
Joe, CorelDRAW does not "require" that you use points: there are something like 15 different unit sizes available to the SRDocument.Unit command, including...
Nick Wilkinson
isocalc
Offline Send Email
Jul 31, 2002
7:54 am
924
Thank you very much for taking the time to look at my program. If you send me your address, I will send you one of my completed illustrations. I have, in the...
Joedentist@...
JoeDentist
Offline Send Email
Jul 31, 2002
4:19 pm
925
My VBA project to create slide rule scales is zooming along, thanks to Nick Wilkinson,and I can now create an accurate C Scale with properly placed tic marks....
JoeDentist
Offline Send Email
Aug 1, 2002
12:36 am
926
Joe, From memory: SRShape.Outline.Type = cdrNoOutline You can, of course, also create each tick as a two-node straight line and use the Outline.Width property...
Nick Wilkinson
isocalc
Offline Send Email
Aug 1, 2002
1:00 am
927
In a message dated 7/31/2002 9:01:49 PM Eastern Daylight Time, ... Thanks Again! Joe levine...
Joedentist@...
JoeDentist
Offline Send Email
Aug 1, 2002
2:15 am
928
I'm going great guns on my slide rule project - thanks to members of the Slide Rule group (and you thought this group was abstruse!) I now have the basic...
JoeDentist
Offline Send Email
Aug 1, 2002
10:08 pm
929
Joe, The rounding errors are due to the fact that numbers are stored as a _hexadecimal_ value and then converted to decimal on the fly -- it's not possible...
Nick Wilkinson
isocalc
Offline Send Email
Aug 2, 2002
7:43 am
Messages 900 - 929 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help