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, You could try the following: ActiveShape.Outline.Type = cdrNoOutline That should do it. HTH -- Nick Wilkinson. IsoCalc.com - The site for technical...
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...
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...
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...
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, To create a simple square in mm: Dim sh As Shape ActiveDocument.Unit = cdrMillimeter Set sh = ActiveLayer.CreateRectangle( 200, 481, 381, 300 ) This...
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@...
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...
Richard, Try: ex.SizeY = CLng(528 * ActivePage.Height/ActivePage.Width) HTH -- Nick Wilkinson. www.IsoCalc.com - The site for technical illustrators....
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...
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:...
Try this! ... Wei Jiang Senior Translator, Project Manager PolyTrans Language Services, Inc. Global language services that manage the complexities of...
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...
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...
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...
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@...
Sep 18, 2002 8:14 pm
1014
Does anyone know how to completely turn off undo in Corel Draw 10? Robert...
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, 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,...
Yes. The minimum is 1. Thought there might be a registry key or similar. Robert ... From: Nick Wilkinson [mailto:nick@...] Sent: Saturday, September...
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 ...
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 ...
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...
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...
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....
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...
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...