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 802 - 831 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
802
dear sir i am tring to automate coreldrwaw in visual basic. but i am not able to fill textures to shape. and i am unable to do the methods of corelscript...
kamesh_nk
Online Now Send Email
Apr 1, 2002
10:30 am
803
Roy, I had a problem with UNIDRV.DLL. When I changed driver for the printer to specific one, the printable area shifted to the normal position.\ Anatoly ... ...
efgor
Offline Send Email
Apr 1, 2002
5:27 pm
804
I am having the same problems with a shifted print area in PP9 and PP10 under WinXP. Right now I am using as a workaround the VBA function Private Sub...
jspatzier
Offline Send Email
Apr 2, 2002
9:46 am
805
Hi, ActivePage.SelectShapesFromRectangle 0,0 , ActivePage.SizeWidth, _ ActivePage.SizeHeight, False AtiveDocument.Export "fileName",cdrSWF,cdrSelection,opt ...
efgor
Offline Send Email
Apr 2, 2002
3:44 pm
806
Joerg, I have several HP printers(local and network prn). Print server has NT4 OS and Client Win2000 OS. First I added network printer and got shifted...
efgor
Offline Send Email
Apr 2, 2002
4:17 pm
807
I am hoping to find a person whom can help with a project. I am looking to create a custom interface and script a bunch of template images for use in our...
zodesign
Offline Send Email
Apr 2, 2002
7:35 pm
808
Hello everbody, i have a problem with a program. I have made a ActiveX.EXE in VB6, with a test class and test funktion ...here the souce....very simpel:) Name:...
kai_key_21
Offline Send Email
Apr 3, 2002
8:46 am
809
Hi!, i have a cdr doc with an image linked as an OLe object, and i want to change, from VBA, the path of the image, how i canīt do it? Sorry, my English is...
m19061979
Offline Send Email
Apr 4, 2002
3:20 pm
810
Hi!iīm again, i couldnīt do what i want, but i found a solution, delete the OLE object, and create a new one with my path, but when i create it, i had a...
m19061979
Offline Send Email
Apr 9, 2002
8:43 am
811
Dear Faustino, To access object data: Set Myshape = ActiveShape objVal=Myshape.ObjectData("NameOfField").Value In case your VBA editor is disabled you may...
Zoltan Szanto
szantoz
Offline Send Email
Apr 10, 2002
5:58 pm
812
Has anyone had this problem? I created a few macros in VBA for CorelDraw and have made custom buttons and added them to my workspace. Somewhere along the way I...
Randall Richard
sylvylou
Offline Send Email
Apr 11, 2002
12:17 pm
813
Folks, I need a script that will look through an open coreldraw file, find all of the two digit numbers in the drawing and draw a certain sized square on top...
Randall Richard
sylvylou
Offline Send Email
Apr 11, 2002
4:28 pm
814
Richard, Yup, it can be done. -- Nick Wilkinson. www.isocalc.com - The site for technical illustrators. ... From: "Randall Richard" <richard.randall@...>...
Nick Wilkinson
isocalc
Offline Send Email
Apr 11, 2002
6:19 pm
815
any suggestions how to start?---rick ... From: Nick Wilkinson [mailto:nick@...] Sent: Thursday, April 11, 2002 2:07 PM To: cdrvba@yahoogroups.com ...
Randall Richard
sylvylou
Offline Send Email
Apr 11, 2002
6:38 pm
816
Rick - Here's how to FIND 'em, and draw a square on 'em, and group 'em, but I'll be darned if I can figure out how to align 'em. You'll have to do some error ...
Andy & Lenore Etherin...
aetherin
Offline Send Email
Apr 11, 2002
9:53 pm
817
Aw, you ask for da Earth, man ... Option Explicit Private Const hmargin = 2 Private Const vmargin = 2 Public Sub num_to_rect() Dim doc As Document Dim lay As...
Nick Wilkinson
isocalc
Offline Send Email
Apr 11, 2002
11:45 pm
818
I knew you'd come through! Thanks a bunch man.---Rick ... From: Nick Wilkinson [mailto:nick@...] Sent: Thursday, April 11, 2002 5:07 PM To:...
Randall Richard
sylvylou
Offline Send Email
Apr 12, 2002
11:09 am
819
Howdy----does anybody know if you can create a text file from a coreldraw vba macro. I'm trying to write a hot spotting macro that'll give coordinates for...
Randall Richard
sylvylou
Offline Send Email
Apr 12, 2002
11:17 am
820
Should be easy. Just open a text file (Open "coord.txt" for Output as 1), then write the values to it (print #1,x,y). Print #1,x,y tab separates the values...
Andy & Lenore Etherin...
aetherin
Offline Send Email
Apr 12, 2002
1:44 pm
821
thanks alot for the help!---rick ... From: Andy & Lenore Etherington [mailto:andyetherington@...] Sent: Friday, April 12, 2002 9:43 AM To:...
Randall Richard
sylvylou
Offline Send Email
Apr 12, 2002
1:54 pm
822
I was going to say "Yup, it can be done.", but Andy beat me to it ;) -- Nick Wilkinson. www.isocalc.com - The site for technical illustrators. ... From:...
Nick Wilkinson
isocalc
Offline Send Email
Apr 12, 2002
6:25 pm
823
Forgive me it is late so this maybe just me not thinking straight. I am trying to find a better way to select a shape I need. Do I have to loop through all...
mooreshelby
Online Now Send Email
Apr 15, 2002
6:08 am
824
Shelby, Depends on whether 'x' is a shape ref or a StaticID. If it's a shape ref: ActiveDocument.ClearSelection x.Selected = True If it;s StaticID: ...
Nick Wilkinson
isocalc
Offline Send Email
Apr 15, 2002
7:01 am
825
Nick, Sorry for correcting (optimizing) you :-) ... "x.CreateSelection" does this in one step. ... Yes, it does work and should be used (or maybe the Page's...
Alex Vakulenko
alexv1n
Offline Send Email
Apr 15, 2002
11:56 am
826
Nick---You have already helped me a bunch however I need to better explain what this macro needs to do. I need a macro that will find a #1 on the active page,...
Randall Richard
sylvylou
Offline Send Email
Apr 15, 2002
3:39 pm
827
Alex, Thank you for the corrections/enhancements :) I am so busy at the moment that I didn't have time to test any of the submitted code for Shelby. I had...
Nick Wilkinson
isocalc
Offline Send Email
Apr 15, 2002
6:52 pm
828
Hi, I try to set print settings from vba but seems there is not enough tools for it. E.g. for layout settings (scale, pos). I found a workaround: saving,...
Zoltan Szanto
szantoz
Offline Send Email
Apr 17, 2002
12:48 am
829
Having a related problem changing the number of copies printed. Can do it with prs file, but don't want to make 20 of them for printing 1 to 20 copies....
roma
furitora
Offline Send Email
Apr 17, 2002
9:18 am
830
You are lucky: Activedocument.PrintSettings.Copies=20 Activedocument.PrintOut Zoltan ... From: roma [mailto:roma@...] Sent: Wednesday, April 17,...
Zoltan Szanto
szantoz
Offline Send Email
Apr 18, 2002
6:28 am
831
Zoltan: Thanks so very very much. This will really help a lot Robert ... From: Zoltan Szanto [mailto:antobal@...] Sent: Thursday, April 18, 2002 5:49...
roma
furitora
Offline Send Email
Apr 18, 2002
9:22 am
Messages 802 - 831 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