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...
Show off your group to the world. Share a photo of your group with us.

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 996 - 1025 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
996
Hi all, How to set outline width or outline to "none" of a shape using VBA Script. I wrote like this activeshape.outline.width=0 But it is giving outline width...
fysvg
Offline Send Email
Sep 5, 2002
7:13 am
997
Fysvg, You could try the following: ActiveShape.Outline.Type = cdrNoOutline That should do it. HTH -- Nick Wilkinson. IsoCalc.com - The site for technical...
Nick Wilkinson
isocalc
Offline Send Email
Sep 5, 2002
7:16 am
998
Hi List, Sorry, but this is more of a VB question than CDR question. I'm working on a VBA program to read in a set of data from a text file in the form of x,y...
Josh Gladden
jgladden
Offline Send Email
Sep 5, 2002
3:13 pm
999
Hallo, I tried the following VBA code in Corel 10 to save a graphic in Corel Draw Version 9 and to export it to a GIF File. On one computer it works, on three...
dblclick13
Offline Send Email
Sep 6, 2002
12:37 pm
1000
At or around on or about Thursday 11:20 AM 9/5/02 -0400, Josh Gladden could be heard whispering in the mist ... What would be listed in the drop-down? Who...
WheelerWerks
gswheels
Online Now Send Email
Sep 6, 2002
4:39 pm
1001
Dear all, I am new to VBA, can anybody help me how to make a script just to draw a simple square in millimeters? example 181mm x 181mm, and the things i needed...
Allan Echavia
jedlan_m
Offline Send Email
Sep 9, 2002
4:04 am
1002
Allan, To create a simple square in mm: Dim sh As Shape ActiveDocument.Unit = cdrMillimeter Set sh = ActiveLayer.CreateRectangle( 200, 481, 381, 300 ) This...
Nick Wilkinson
isocalc
Offline Send Email
Sep 9, 2002
6:12 am
1003
hello, everyone! I want to know how to create a new line-style by vba programming or corelscript. The line-style is the line's outline(dot-dash) .Who can...
YC Wu
ycwu_cn@...
Send Email
Sep 16, 2002
7:35 am
1004
Hello, I have a macro for CorelDraw 10 that opens a bunch of .cdr's in a folder and exports a .Gif with certain settings. Everything works great but I can't...
Randall Richard
sylvylou
Offline Send Email
Sep 16, 2002
8:21 pm
1005
Richard, Try: ex.SizeY = CLng(528 * ActivePage.Height/ActivePage.Width) HTH -- Nick Wilkinson. www.IsoCalc.com - The site for technical illustrators....
Nick Wilkinson
isocalc
Offline Send Email
Sep 16, 2002
8:31 pm
1006
After installing the Corel 11 SA edition I can no longer work with VBA Objects from Visual Basic. I have looked over the Corel web site and could not find...
sgutauckis
Offline Send Email
Sep 17, 2002
5:43 pm
1007
Hello-- I need help writing a macro for Corel 10 vba that will search a page for all text strings that have both numbers with slashes in between. (Example:...
Randall Richard
sylvylou
Offline Send Email
Sep 18, 2002
2:07 pm
1008
Try this! ... Wei Jiang Senior Translator, Project Manager PolyTrans Language Services, Inc. Global language services that manage the complexities of...
Wei Jiang (PT_ORG)
chinatrans2000
Offline Send Email
Sep 18, 2002
4:29 pm
1009
Hi I just upgrade my corel 10 to corel 11, I make them co-exist in my server, but when I run some of my macro and DLL ( recompiled with corel 11 already) , it...
tuxedo
wesley_shih
Offline Send Email
Sep 18, 2002
7:27 pm
1010
Hi I am thinking to uninstall corel 10, but when I make uninstallation, it shows: Corel Uninstaller detect a a version of window terminal server is running, it...
tuxedo
wesley_shih
Offline Send Email
Sep 18, 2002
7:44 pm
1011
This is from untyped .ASP VBA code; you can add explicit string typing to make it more efficient. Using mid$ and left$ instead of mid and left is also more...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Sep 18, 2002
8:08 pm
1012
Is this the student version? If so, VBA is NOT included. Geoff Swenson Seattle, Washington ... From: sgutauckis [mailto:sgutauckis@...] Sent:...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Sep 18, 2002
8:09 pm
1013
Hi, I had problems getting v.10 out. Finally successful by running uninstall from the disc. Still a lot of stuff left behind that you need to manually remove....
pamspress@...
Send Email
Sep 18, 2002
8:14 pm
1014
Does anyone know how to completely turn off undo in Corel Draw 10? Robert...
roma
furitora
Offline Send Email
Sep 21, 2002
9:53 am
1015
Have you tried setting the number of Undo levels in Options to zero? -- Nick Wilkinson. www.IsoCalc.com - The site for technical illustrators....
Nick Wilkinson
isocalc
Offline Send Email
Sep 21, 2002
11:59 am
1016
Dear List Mates, I just wonder if CD 10/11 happens to have a database-based merge printing function. What I want to do is create corporate ID cards for...
Wei Jiang (PT_ORG)
chinatrans2000
Offline Send Email
Sep 22, 2002
1:09 am
1017
Wei, That's exactly what Print Merge does. The only possible hitch is whether in will handle tab delimited(possibly will, I just always use CSV). Also,...
Roy Brewer
roybrewer
Offline Send Email
Sep 22, 2002
4:09 am
1018
Yes. The minimum is 1. Thought there might be a registry key or similar. Robert ... From: Nick Wilkinson [mailto:nick@...] Sent: Saturday, September...
roma
furitora
Offline Send Email
Sep 22, 2002
5:49 am
1019
Thank you very much, Roy, for your informative direction. I'm downloading the package. What I meant for my last post was to explore the possibilities of ...
Your Name
chinatrans2000
Offline Send Email
Sep 22, 2002
7:35 am
1020
Dear list mates: It appears in CD 10 that the following code would insert an image of equal width and height, no matter what the original proportion is ...
Wei Jiang (PT_ORG)
chinatrans2000
Offline Send Email
Sep 22, 2002
1:50 pm
1021
Hi! I have a macro that opens a bunch of .cdr's and exports a .gif to a folder. It works great unless it tries to open a file that has a font that I don't have...
Randall Richard
sylvylou
Offline Send Email
Sep 23, 2002
1:06 pm
1022
I believe the solution is to upgrade to 11 -- one of the things they have done is to disable _all_ prompts by default, including "Do you want to save the file...
Nick Wilkinson
isocalc
Offline Send Email
Sep 23, 2002
5:28 pm
1023
Hello, I need to add a Directory List Box function to my corel 10 vba macro. This is so that the user can select a folder to save a bunch of files into....
Randall Richard
sylvylou
Offline Send Email
Sep 24, 2002
3:00 pm
1024
You may need to add a reference to "Microsoft Common Dialog Control 6.0" to get the following code to work. To do this, select "Tools | References" on the menu...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Sep 25, 2002
6:05 pm
1025
At or around on or about Wednesday 11:05 AM 9/25/02 -0700, Geoffrey J. Swenson could be heard whispering in the mist ... I've been looking for those darn...
WheelerWerks
gswheels
Online Now Send Email
Sep 25, 2002
6:55 pm
Messages 996 - 1025 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