Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cdrvba · Corel Application Automation

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 374
  • Category: Graphics
  • Founded: Feb 4, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 284 - 313 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
284 Alex Vakulenko
alexv@... Send Email
Jul 3, 2001
2:07 pm
Dear Dinesh, ... I didn't quite understand whether you want to create the boxes themselves (so you can specify dimensions and the macro create the unfolded...
285 Alex Vakulenko
alexv@... Send Email
Jul 3, 2001
2:23 pm
Hi John, ... It all depends on what you actually need. Photo-Paint&#39;s VBA object model is still far from being complete however it already has all basic...
286 Alex Vakulenko
alexv@... Send Email
Jul 3, 2001
2:33 pm
Hi, ... Unfortunately there is no easy work around for this problems. It appears that exported workspace files have only references to commands with UI element...
287 B.Srinivasulu
bhattarams@... Send Email
Jul 3, 2001
5:10 pm
dear alex, i was following this thread mr dinesh needs a script for preparing an artwork for the carton.and not the bearing how do i know .. is your question....
288 henning_kaasen@... Send Email Jul 5, 2001
7:31 am
I am currently working on a project where we want to commit all our technical drawings and photos to an SQL server. We will do this by means of an intranet...
289 dinesh tilva
dinesh_tilva@... Send Email
Jul 7, 2001
3:03 am
thanks for go ahead dinesh tilva (India) ... _________________________________________________________________________ Get Your Private, Free E-mail from MSN...
290 Ian Vincent
vincent@... Send Email
Jul 8, 2001
5:13 am
Hi I am trying to figure out how to reference colors from a custom palette. EG I have a custom palette called "MyPalette&quot; that resides in ...
291 richard.randall@... Send Email Jul 9, 2001
1:51 pm
Hi folks, I work for a large truck company as a Technical Illustrator. My boss and I have been assigned the task of creating an Illustrator&#39;s website which...
292 richard.randall@... Send Email Jul 9, 2001
6:22 pm
I am just trying to do a simple script in Corel Script Editor that will save an opened cdr. file to a specific folder as its current name. Using the Script...
293 Ian Vincent
vincent@... Send Email
Jul 9, 2001
9:42 pm
Richard I am thinking about a similar concept, ie a .cdr document that is a repository for premade images, that can then be accessed via other documents and...
294 Shelby L Moore
shelbym@... Send Email
Jul 9, 2001
11:36 pm
You can add me to the list of thinking along similar lines. I know have three designers in three different states and am trying to come up with a common...
295 Randall Richard
richard.randall@... Send Email
Jul 10, 2001
12:19 pm
Thanks for replying----That's a good idea. I'm not real familiar with the object data tool but I will learn soon. I tried a trial version of corel 10 and I...
296 Jeff Collins
jeffc@... Send Email
Jul 10, 2001
1:29 pm
I am working on a program in Access that produces images of sample products. I open CDR files based on data in a table and then color the 3 groups of objects...
297 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
2:09 pm
Hi Jeff, ... Sure, it's easily done. You can use FindShapes (not FindShape) method on a page or layer that will return a set of objects of given type as a ...
298 richard.randall@... Send Email Jul 10, 2001
2:20 pm
I am trying to write a simple script that will save the current document to a different folder and then delete the original location. I have everything except...
299 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
3:13 pm
Hi Ian, Here is how you do this: Sub Test() Dim pal As Palette Dim FromColor As Color, ToColor As Color Set pal = Palettes.Open(SetupPath &...
300 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
3:21 pm
Hi Henning, ... Yes, I guess you can use Paint for converting bitmap images and Draw for vector art. I don't think that either will crash frequently for the...
301 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
3:25 pm
Richard, There's no easy solution for you at this point. You can use Web Connection docker in draw to browse though an FTP site however you won't see any ...
302 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
3:31 pm
Richard, ... So, do you SAVE the document or EXPORT it? If you just want to save the document, then use .FileSave command. You can use .GetDocumentName()...
303 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
3:32 pm
Richard, To delete a file, use KILL command: KILL "C:\SomeFileName.cdr" However you have to have the full file name and the path to the file which you cannot...
304 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
3:35 pm
Jeff, Sorry for the mess with the subject line. See my post "Importing Workspaces" for a reply to your message with subject "Selecting a group of objects (when...
305 Ian Vincent
vincent@... Send Email
Jul 10, 2001
9:00 pm
Alex.. As usually, thanks a million, the line I was missing was the Set Pal = Palettes.Open(filename) statement, no wonder I was getting knowhere. Once you...
306 Alex Vakulenko
alexv@... Send Email
Jul 10, 2001
9:05 pm
... c ... here.? Ah, that's because I meant to write the following instead: Set GetColorByName = CreateRGBColor(0,0,0) Just to return black in case the color...
307 Ian Vincent
vincent@... Send Email
Jul 10, 2001
9:46 pm
... will learn soon. I has some potential I think, particularly for clipart libraries with lots of smaller images. The idea is that you use the 'object data'...
308 akebono@... Send Email Jul 11, 2001
1:39 am
Hi all, I normally work with very large Corel documents (100 pages or more) that need to be exported page by page as EPS or JPG. For EPS I have found a...
309 akebono@... Send Email Jul 11, 2001
1:43 am
WITHOBJECT "CorelDraw.Automation.8" p$=INPUTBOX("Enter the first page that needs to be exported:") q$=INPUTBOX("Enter the last page that needs to be...
310 richard.randall@... Send Email Jul 11, 2001
12:19 pm
Hi-As a Tech. Illustrator I have to export various flavors of my finished drawings to a big data base where they can then be published. Instead of going...
311 sgutauckis@... Send Email Jul 11, 2001
1:01 pm
Hey Alex, As you requested I emailed you offline about some help with the importing of workspaces problem... Not sure if you received it or not so I thought I...
312 Alex Vakulenko
alexv@... Send Email
Jul 14, 2001
5:10 am
You might have received a bunch of messages from one of the list participants with attachments "Humor.TXT.pif", "Sorry_about_yesterday.doc.pif", and some...
313 Ian Vincent
vincent@... Send Email
Jul 15, 2001
8:55 pm
Hi Im wondering if it is possible to access data from a Excel spreadsheet and Draw10 at the same time, ie pull data from a Excel document and use it in a ...
Messages 284 - 313 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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