Hi, the header says it - I seem to be unable to specify the quality and smoothing in PhotoPaint when I want to save or export an image as JPG using VB(A). I...
Shanerestin: Use Initialize instead, form properties does not have a load proc., do not use the Form's name, like the sub you stated. Here is the proper code: ...
Does anyone know if there is a way to make one of the node stay still when using the JoinWith? It seems the only way it works now is they meet half way, I...
... Shelby, Why not do something like this: Dim n1 As Node, n2 As Node Dim x As Double, y As Double '... Set nodes n1 and n2 here ' Join n2 to n1 (n1 is not...
Hello, In Corel 10, how do you write a macro that will Publish to PDF with specific settings? I see the "Sub PublishToPDF(FileName As String)" but I can't...
Hi, I would like to set the two file compression settings for the CDR file formats from Draw11 VBA. I will probably modify Alex V. program for converting files...
Hi I've disigned a plug ins for coreldraw and I wanted it to look just like other commandbar in coreldraw(like copy,cut,...) .I tried to add it and make a new...
Hamid Hussany
hamid@...
Nov 15, 2002 9:52 am
1066
I am not sure what you mean by plug-in but to add commands to a command bar open Tools>Customization. Open the Commands options (in the Workspace>Customization...
Hi thanks for the help. but I wanted to do that with VBA. You know , making a Commandbar with Scripts Because I need to do it automatically. HAMID ... From:...
Hamid Hussany
hamid@...
Nov 15, 2002 3:24 pm
1068
Hi Folks-- I sent a .gms file (Corel VBA macro) to a guy and he is getting the attached error: <<Convertererror.tif>> He says he has the same references I...
Rick, This usually happens that one of the referenced libraries doesn't exist on the user machine. I suspect that it could be the common dialog control that...
Hi, I have CAD lineart that I have to change thousands of lines for each drawing I import into Draw11. I am using a simple script. Is there any way to...
... I hope you use VBA macro, not a script to do this :) Here is how you speed things up: Sub YourMacro() Optimization = True ActiveDocument.SaveSettings ...
Jim, I find that minimizing the screen is one good way. Also, kill all interactive toolbars (property bar) and dockers, since they all update themselves each...
At or around on or about Monday 03:44 PM 11/18/02 -0500, Alex Vakulenko could be heard whispering in the mist ... Here, here, please post it here. I vote for...
Here it is - Sub OutlineTo005Black() Optimization = True ActiveDocument.SaveSettings ActiveDocument.PreserveSelection = False Dim s As Shape For Each s In...
Jim, How about: ActivePage.Shapes.All.SetOutlineProperties 0.005,.... This command can replace the whole loop you have there... Should help a little bit...
Hi everyone, Corel has posted a quick survey on their web site to see where the next CorelDRAW version will be going. There is a section in the survey devoted...
Hello, My program have to make a lot of things, so it works a long time. Can I anyway change Statusbar to "Processing" mode, and set its processing bar? ...
I use VBA in Draw11 Tamas ... From: <alexv@...> To: <cdrvba@yahoogroups.com> Sent: Wednesday, November 20, 2002 2:23 PM Subject: Re: [cdrvba] Status Do...
Weisz Tamas
giraffe@...
Nov 20, 2002 1:51 pm
1080
I would just hide the status bar (statusbar.Visible = False) and show the progress bar at the same position/coordinates as the status bar was (in its place)....
I have Alex's v8 script, but would sure like to have it available in DRAW 10 or 11. Curious why this has not been upgraded to VBA; could it be that it is so ...
CorelDRAW 11 already includes a file conversion script. Go to Tools>Visual Basic>Play... and select FileConverter.gms module... This should do it. ... This is...
Has anyone been able to get the any of the following to work from VBA in Corel Photo-Paint 10 or 11: 1. ImageBCI - No matter what I've tried, there is no...