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 to share photos of your group with the world? 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 608 - 637 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
608
How do i get the current version of Corel Draw. Raju...
rskraju
Offline Send Email
Dec 12, 2001
6:20 am
609
... It's fairly simple. I don't have the exact information at hand, but it's freely available out of the EPS specification on www.adobe.com in their developer...
Steve Rindsberg
steve@...
Send Email
Dec 12, 2001
2:13 pm
610
Assuming you want it while in VB/VBA then try this: Dim sVersion As String Dim lMajor, lMino, lBuild With CorelDraw.Application llong = .Version...
sgutauckis
Offline Send Email
Dec 13, 2001
12:27 pm
611
Hi Scott, ... Your code should work providing you have Corel 10, or a recent version of Corel 9. For the first one (9.439), ".Version" properties don't exist,...
Jean-Marie Pierrard
jmpierrard
Offline Send Email
Dec 14, 2001
6:39 am
612
Hi Craig, ... First of all, I appologize for such an aweful delay with the reply. Was extremely busy trying to catch up with all the work. Now back to your...
alexv1n
Offline Send Email
Dec 14, 2001
5:30 pm
613
Hi all, I just wanted to let you know that I just released a completely reworked VBA version of Calendar Wizard script for CorelDRAW 10. This time it is...
alexv1n
Offline Send Email
Dec 14, 2001
5:41 pm
614
All, Corel tells me that they do not support VB just VBA macros. Is that everyone elses understanding too? Thanks, Craig......
Craig Tucker
s_craig_tucker
Offline Send Email
Dec 19, 2001
8:42 pm
615
I need to write a script or a macro which will preserve / adjust the space between text objects in CorelDraw 10, but I'm new to VBA and I have no idea where to...
dingledangle2001uk
dingledangle...
Offline Send Email
Dec 21, 2001
5:46 pm
616
Hi Marc, If it were me, I think I would have 1 text field and do all the dirty work outside of Corel using VB, VFP, or something. After you've done all your...
Craig Tucker
s_craig_tucker
Offline Send Email
Dec 21, 2001
6:11 pm
617
greetings. wondering if anyone out there has experienced problems with the TTF filter for CorelDraw10. I suspect that I either have a virus or there might be...
rene_toussaint
Offline Send Email
Dec 22, 2001
4:41 am
618
just to add a bit more information to my problem: 1. I've been exporting files one at a time (basic latin) to MyFont.ttf and have discovered that the...
rene_toussaint
Offline Send Email
Dec 22, 2001
6:07 pm
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
Messages 608 - 637 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