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 394 - 425 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
394
Hello! By VBA of Photopaint10, although I wants to create a Rectangle object if some people learn the method of creation, please let me know. Thank you for...
Takashi Omi
omi@...
Send Email
Sep 5, 2001
9:01 am
395
Here's a little snippet of code I'm working on: Private CorelApp As New CorelDRAW.Application ... With CorelApp.ActiveDocument .ClearSelection FileName =...
nqmike@...
Send Email
Sep 11, 2001
9:07 am
396
Takashi, ... You have to use CorelScript object for this. This functionality is still not implemented in the native VBA object model of PP10. Sub...
Alex Vakulenko
alexv@...
Send Email
Sep 11, 2001
8:30 pm
397
Mike, That is a bug in VBA 6.0 that was shipped with CorelDRAW 9. Whenever a document is closed, all VBA projects were reset resulting in any macro that's...
Alex Vakulenko
alexv@...
Send Email
Sep 11, 2001
8:32 pm
399
Alex, I appreciate the info. I've been going nuts trying to figure this one out. :) I'll see if I can locate the INI settings you mention (just in case you...
nqmike@...
Send Email
Sep 13, 2001
7:37 am
400
This is only a test. Sorry for any inconvenience this may cause...
Fernando Cuconato
Fernando.Cuconato@...
Send Email
Sep 18, 2001
8:46 pm
401
Hi All, Here is my question: If I have one object that is 6.062638 inches wide and I want to draw a new rectangle that is that exact same width. How can I do...
Rick
rfox@...
Send Email
Sep 19, 2001
2:13 am
402
Hi All, Here are three more questions: I cropped a bitmap (using the shape tool) and added nodes so the bitmap's bounding box has a jagged edge. 1) How can I...
Rick
rfox@...
Send Email
Sep 19, 2001
2:21 am
403
Rick, The answer to all three of your questions is "not possible". Bitmap's container is not accessible from VBA. This feature is on the to-do list for future...
Alex Vakulenko
alexv@...
Send Email
Sep 19, 2001
2:28 pm
404
Rick, ... Well, I'm not sure if I understand you correctly... The property bar has only 3 digits after dot, so you can't actually see what is the exact size of...
Alex Vakulenko
alexv@...
Send Email
Sep 19, 2001
7:22 pm
405
Mike, ... I tried to locate the information but it's been awhile and I can't find it. However I'm under impression that latest service packs contained an ...
Alex Vakulenko
alexv@...
Send Email
Sep 19, 2001
7:59 pm
406
Hi Alex, Yes, I have used the powerclip feature before and it has worked great! However, this time it doesn't seem to be saving its enclosed bitmap with the...
Rick
rfox@...
Send Email
Sep 19, 2001
11:24 pm
407
Hi Alex, I do a lot of small detail drawings so I set my "Drawing precision" to 6 decimal places under: Tools, Options, Workspace, Edit. This allows me to see...
Rick
rfox@...
Send Email
Sep 20, 2001
12:19 am
408
Hi there! I want to generate serial graphic files (just like serial documents in word) from one template using a textfile containing the recordsets. Now, I´ve...
strichcode@...
Send Email
Sep 20, 2001
6:09 pm
409
Hi, I had similar problem. My customer asked Me to make some graphical files using text in structured text file. First time I want go in some way like You...
Petr Barták
petrbartak@...
Send Email
Sep 20, 2001
8:58 pm
410
Hi Marco, I searched MS Word 2002 online help for the word "serial" as well as the Microsoft Knowledge Base under "Word 2002", "Word 2000", and "Word 97 for...
Rick
rfox@...
Send Email
Sep 20, 2001
9:23 pm
411
Hi, I have a small problem using Coreldraw 9 and VBA 6. The Statement Completion will not work with the classes corelscript, corelscriptfile and ...
Gerd Blumenstein
Gerd.Blumenstein@...
Send Email
Sep 21, 2001
11:18 am
412
Hi Marco, I dont suppose moving to Corel 10 is an option? The reason I ask is because I have written a couple of apps for both creating serialized text and for...
sgutauckis@...
Send Email
Sep 21, 2001
1:22 pm
414
Declare as in the following example Public tScript As CorelDraw.CorelScriptTools Then "set" it Set tScript = CorelDraw.CorelScriptTools Your statement...
sgutauckis@...
Send Email
Sep 21, 2001
1:32 pm
415
Hallo Scott Thank you your answer. I just tried this solution. It works fine but only with CorelDraw.CorelScriptTools. I tried this code for CorelScript ...
Gerd.Blumenstein@...
Send Email
Sep 21, 2001
3:16 pm
416
Gerd, This is the way it works. Both CorelScript and CorelScriptFile are returned as Object type only. They do not support dual interfaces as the rest of the...
Alex Vakulenko
alexv@...
Send Email
Sep 21, 2001
3:35 pm
417
Marco, To add to other people's replies, did you try to use CorelDRAW's Print Merge feature? CorelDRAW has a similar feature to Microsoft Office's Mail Merge....
Alex Vakulenko
alexv@...
Send Email
Sep 21, 2001
3:38 pm
418
Rick, ... Internally CorelDRAW works with long integer number for sizes and coordinates for performance reasons (instead of using floating point numbers)....
Alex Vakulenko
alexv@...
Send Email
Sep 21, 2001
3:48 pm
419
Alex, printmerge would only generate numerous printouts, but I need files (as those files have to be processed later). Just printing wouldn´t do. different...
Marco Bauer
strichcode@...
Send Email
Sep 21, 2001
4:05 pm
420
Hi Scott, thank you for offering your assistance! :)) What I want to do is quite easy (for a human ;)): I have a templatedocument which consists of some...
Marco Bauer
strichcode@...
Send Email
Sep 21, 2001
5:43 pm
421
hi Rick! the proper expression would be print merge or mail merge in office environments. However, the similiar funktion (as explained in some earlier ...
Marco Bauer
strichcode@...
Send Email
Sep 21, 2001
5:51 pm
422
Try this.... Hope it helps.... Const sLISTE = "c:\Pranke\MuetoListe.txt" Const sVORLAGE = "C:\Pranke\vorlage.cdr" Const sPFAD = "C:\Pranke\" Dim sNAME As...
sgutauckis@...
Send Email
Sep 21, 2001
8:03 pm
423
Marco, ... In CorelDRAW 9 that function was called "Open". Because it is not very intuitive (and at the same time is a reserved keyword of Visual Basic), so...
Alex Vakulenko
alexv@...
Send Email
Sep 21, 2001
8:24 pm
424
man, this works! thanks a lot! :)) CorelDraw crashed, actually, but this is due to the fact that I am using WinXP already. Great job, dude! Once again, thanks!...
Marco Bauer
strichcode@...
Send Email
Sep 21, 2001
8:32 pm
425
Hi Alex! Thank you very much for your help on this problem. As you might see from the previous messages, I´ve already received a solution from Scott, which...
Marco Bauer
strichcode@...
Send Email
Sep 22, 2001
10:36 am
Messages 394 - 425 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