Thanks BernBennett for the tip!
Also, I've actually noticed that the preview image loads faster than the CDR thumbnail (this is saving as cdr version 10)...interesting, huh?
Hey guys,
First off, I hope there's somebody out there besides me that uses VBA in CorelDraw. Ok, anyway, I have the following code that places the active shape into another layer. Now, I keep an eye on it in the Object Manager to see it change position. Here's the code:
Public Sub...
Hi everyone,
This seems so easy, but I can't figure out what's going on.
In my gms (Global Macro Storage) file, I placed the following code in the "ThisMacroStorage" class.
Option Explicit
Private Sub GlobalMacroStorage_DocumentOpen(ByVal Doc As Document, ByVal FileName As String)
' Check the...
The code does not work for me, perhaps my company has some security settings. I've tried numerous Chr() codes. Only some return "" or less of those characters.
What?! 79 years old? Are you serious?
And I'm glad we figured it out in one day!! ::thumbs up::
And if I don't here from ya, have a good Xmas too =)
Joseph
Ok, I'll get around the Read-Only files this way (just won't be changing them..it's a small sacrifice).
If (GetAttr(vFileArray(i)) And vbReadOnly) = 0 Then
Set objDoc = objCorel.OpenDocument(vFileArray(i))
' SaveAs...
Ok, I made some VBA code to do this. It takes a bit of time, though...but I'm not sure if there's a faster way to do this. With 88 files (as a test) totalling 9.3 MB in size, it took my computer about 1 minute to complete. At that rate, 3000 files will take a little over a half-an-hour. So I'll...
Bern,
That's excellent! I'm glad there's a way to do it!
If you can't find a script for it, I believe I can write some VBA code to do the whole conversion (if I do that, I'll post back with the code).
...just checked it out (Object browser), and I'll write the code. I'll be back to post...
Hi BernBennett,
You know, I'm surprised I didn't think of that myself.
The drawings are really drafting drawings (not sure why we aren't using AutoCAD for this...) for safety harnesses. It's all alpha-numeric and not hard to sift through, but I do agree it would be much better organized based...
Hi everyone,
I was wondering if there was a way to change the file icon for CorelDraw X3. Currently it is set to display the entire drawing as the file icon, but when I open folders or the FileOpen dialogue box it loads very slow (mostly because there's about 3000 drawings in the folder). So I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.