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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 619 - 648 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
619
Corel does support VB and OLE automation with our applications through the CSD(Corel Solution Developer) program. Developers sign up as Standard or Platinum...
Fernando Cuconato
Fernando.Cuconato@...
Send Email
Jan 2, 2002
1:43 pm
620
Has anyone managed to find a way to export a png file from corel just with vba in access , I can load a psd direct into corel draw and export out jpeg bitmaps...
alexbyrd
Offline Send Email
Jan 5, 2002
12:14 am
621
Hi, i want to insert a symbol into a "paragraph text"-Object, using vba in CorelDraw 10. I tried the "DropSymbol"-Command, but I didnīt find a way to place...
elmarbaur
Offline Send Email
Jan 6, 2002
2:27 pm
622
I've written a VBA script (Coreldraw v9) to automate some edits, which works with a single drawing. How can I run this script with all the files stored in a...
patrick28982000
Offline Send Email
Jan 7, 2002
12:14 am
623
Hi Patrick, take a look at "Dir" function into VBA help: <quote> You must specify pathname the first time you call the Dir function, or an error occurs. If you...
Jean-Marie Pierrard
jmpierrard
Offline Send Email
Jan 7, 2002
8:47 pm
624
Hi Jean-Marie, Your code works, thanks. Now I can get the file names one by one with a loop. But in my original code, I have statements like this: For Each lay...
patrick28982000
Offline Send Email
Jan 7, 2002
11:58 pm
625
What is the trick to get CorelDraw 10 to recognize the .gms files for customization. I previously did some customization with a gms now added stuff to it but...
Georgeann Schilling
click101
Offline Send Email
Jan 8, 2002
1:15 pm
626
Georgeann, Firstly, for a subroutine to be recognized by Customization, it must _not_ return a value, i.e. it must be a Sub (not a function), it must be...
Nick Wilkinson
isocalc
Offline Send Email
Jan 8, 2002
1:29 pm
627
... From: Nick Wilkinson [mailto:nick@...] Sent: Tuesday, January 08, 2002 5:22 AM To: cdrvba@yahoogroups.com Subject: Re: [cdrvba] VBA and...
Clements, John
jclements@...
Send Email
Jan 8, 2002
4:01 pm
628
John, I do use that particular workaround, but I find Fireworks is a better friend for tight-pixel work, such as iconography; whereas Photo-Paint and PhotoShop...
Nick Wilkinson
isocalc
Offline Send Email
Jan 8, 2002
4:35 pm
629
Hi Patrick, ... try this (not tested!): sub YourVBAfunction(ByVal FileName As String) Dim doc As CorelDraw.Document Dim lay As CorelDraw.Layer Set doc =...
Jean-Marie Pierrard
jmpierrard
Offline Send Email
Jan 8, 2002
8:45 pm
630
Hi All, What is the "cdrSelectionShape" ? I found this in VBA Object Browser. I tried to use it when I want to identify attribute of the shape, but it does not...
akasaka@...
akasakaus
Offline Send Email
Jan 9, 2002
12:30 am
631
Akasaka-san, I haven't tried it, but I _think_ it's only use is to test whether a given shape is a selection shape, for example: Dim sh As Shape Dim shtype As...
Nick Wilkinson
isocalc
Offline Send Email
Jan 9, 2002
12:39 am
632
Nick-san, Thank you for replying. ... You are quite right. I confirmed your code. Thank you. ... Mimaki Engineering Co,.Ltd Software Group Development dept. ...
akasaka@...
akasakaus
Offline Send Email
Jan 9, 2002
2:04 am
633
Hi All, What is the missing term to copy an envelope effect from one object to several othher ? every time I try to use the recorder the result is : Sub...
Christoph von Sturm
cristovde
Offline Send Email
Jan 9, 2002
6:33 pm
634
... Hey, Nick, long time no ... Haven't really looked at this in Draw, but I'm used to a similar problem in PowerPoint, the wall I spend most of my time...
Steve Rindsberg
steve@...
Send Email
Jan 9, 2002
7:19 pm
635
Steve, And yourself -- Happy New Year! The problem with CorelDRAW 10 is that the _mechanism_ for distributing parts of the UI is built-in and is just right ......
Nick Wilkinson
isocalc
Offline Send Email
Jan 9, 2002
11:21 pm
636
Hi, I think I have found a way to make my workspace work on another computer but its a bit of a hack. Here is what I did. 1. Export the workspace like you...
Georgeann Schilling
click101
Offline Send Email
Jan 10, 2002
1:14 pm
637
... No, unfortunately not. PPT is the sick unwanted stepchild of Office. But you can set things up so that add-ins (in effect, compiled PPTs with VBA in 'em)...
Steve Rindsberg
steve@...
Send Email
Jan 10, 2002
6:57 pm
638
I am looking for the command line that will take a cdr and convert to PDF. I have already tried to use the command line .FileExport "N:\inbox\58000125.pdf",...
joannelyver
Offline Send Email
Jan 14, 2002
1:51 pm
639
In Corel 10 its: CorelDraw.ActiveDocument.PublishToPDF ("something.pdf") Scott ... to ... 4 ,0,...
sgutauckis
Offline Send Email
Jan 14, 2002
6:42 pm
640
Great ..... but I forgot to mention that I am working in 9 not 10. ... convert...
joannelyver
Offline Send Email
Jan 15, 2002
12:26 pm
641
Joanne, ... I'm sorry to say but you are out of luck then :-( You need to get Draw 10 for this. One thing I could imagine is to use VBA's SendKeys command and...
Alex Vakulenko
alexv1n
Offline Send Email
Jan 15, 2002
12:54 pm
642
Just installed Corel 10 on my PC and having a hard time with the code. Is this for the VBA or CorelScript? ... MSN Photos is the easiest way to share and print...
joanne lyver
joannelyver
Offline Send Email
Jan 15, 2002
6:51 pm
643
Hello Group, We currently have several thousand drawings done in Draw 8. Each of these has our company logo somewhere on the drawing. This logo was done in a...
Tim Schintz
schintzie
Offline Send Email
Jan 15, 2002
7:54 pm
644
Hello Joanne, I recently had to create a small script to batch translate CDR files saved in Draw 8 to PDF format. When I would try to run the script, it would...
schintzie
Offline Send Email
Jan 15, 2002
8:01 pm
645
Here is my code for finding font names. I am sure Alex will have a simpler approach. I tend to make things complex, but hey this works. The code basically...
Shelby L Moore
mooreshelby
Offline Send Email
Jan 15, 2002
9:23 pm
646
In CD9, what is the easiest way to change the font of a text to titlecase? Thanks Patrick...
patrick28982000
Offline Send Email
Jan 17, 2002
3:36 am
647
Select the text. In menu bar go Text|Change Case. Pick the one you want. (At least, that's the way it is in 8 and 10.) Jill ... ...
Jill Tallman
lettuce_in_fl
Offline Send Email
Jan 17, 2002
11:21 am
648
I mean changing it programmatically. I have many drawings each with a lot of texts that have to be changed. Sorry for misleading you. Patrick...
patrick28982000
Offline Send Email
Jan 17, 2002
5:22 pm
Messages 619 - 648 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