Forum: CorelDRAW/Corel DESIGNER VBA
26-03-2014, 09:59
|
Replies: 2
Views: 4,804
...
I think this may be part of the problem...
cApplication = New CorelDRAW.Application
You shouldn't use New and that should go in the constructor. You might also try setting...
...
|
Forum: CorelDRAW/Corel DESIGNER VBA
10-12-2013, 10:40
|
Replies: 16
Views: 39,512
...
If you wrap...
FrameWork.CommandBars("XXXX").Controls.... using With, you will have access to more properties.
I personally don't add mine with VBA. Just use VBA to toggle them on and off.
|
Forum: CorelDRAW/Corel DESIGNER VBA
19-11-2013, 13:03
|
Replies: 7
Views: 6,187
Metadata
Ager, not sure if this will work for you or not, but have tried attaching your data directly in, say maybe the CDR's comments field? It would be easily available via automation that way and also show...
|
Forum: CorelDRAW/Corel DESIGNER VBA
16-11-2013, 13:18
|
Replies: 7
Views: 6,187
...
This is something I have been working on. Have it done except for the actual Corel automation part. If a locked file is opened in Corel, it just loads a Locked with CDR Encrypt message.
One...
|
Forum: CorelDRAW/Corel DESIGNER VBA
09-11-2013, 12:59
|
Replies: 16
Views: 39,512
...
I made those pages with my Help Compiler. They use frames, cookies for the history and quite a bit of javaScript.
I'll look into it and see what may be causing it.
Thanks!
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-11-2013, 17:34
|
Replies: 16
Views: 39,512
Code Signing
Hey Sean,
I use Comodo (http://www.comodo.com/business-security/code-signing-certificates/code-signing.php) because they are a bit cheaper, but there are others...
They work with GMS files as...
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-11-2013, 17:30
|
Replies: 16
Views: 39,512
Links
Nic,
That's odd, but the links you posted are not to my site...
http://ww.5oftbotz.com/QRCode/
http://ww.5oftbotz.com/DockerSet1/
...and the ones that were equivalent no longer exist.
If...
|
Forum: CorelDRAW/Corel DESIGNER VBA
06-11-2013, 09:11
|
Replies: 16
Views: 39,512
...
I can guarantee you there is no malware on my site. In fact, everything I do I code sign, including any GMS files I create.
Those links have not been a available for a very long time, so whatever...
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-10-2013, 15:39
|
Replies: 2
Views: 4,982
GMSManager.GmsPath
What is GMSManager.GmsPath returning and where are you installing your GMS?
|
Forum: CorelDRAW/Corel DESIGNER VBA
10-06-2013, 16:01
|
Replies: 7
Views: 9,767
...
Glad I could be of help. There are some parts of the terms of service I don't care for much, myself, but I must use CorelDRAW to make a living so am just dealing with them. You know they really...
|
Forum: CorelDRAW/Corel DESIGNER VBA
08-06-2013, 10:56
|
Replies: 7
Views: 9,767
SP's
Is there a reason you have not updated to any of the SP's? There were a couple of Methods depreciated in X6.1.
I too tried the macro and .ColorIndex failed, so I commented it out and changed the...
|
Forum: CorelDRAW/Corel DESIGNER VBA
31-05-2013, 12:06
|
Replies: 2
Views: 5,326
...
Can be easily done in .NET, but in VBA couldn't you just create a variable at the scope you want, ignore it until, or set it the first time and skip whatever your are doing in the event after that.
|
Forum: CorelDRAW/Corel DESIGNER VBA
20-04-2013, 11:08
|
Replies: 4
Views: 7,411
...
Sorry, I don't have X4 any more, but you might want to look at
Application.FrameWork.Automation.Invoke(GUID)
The way I find the proper GUID is create a toolbar with just the item I am looking...
|
Forum: CorelDRAW/Corel DESIGNER VBA
17-04-2013, 15:30
|
Replies: 4
Views: 7,411
...
Which version of CorelDraw are you using?
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-03-2013, 10:54
|
Replies: 8
Views: 7,624
...
Wish I could help you with this, but am unfamiliar with doing it via VSTA. At least at one time add-ins were based on COM and I think they still are so the assembly would have to be registered for...
|
Forum: Code Critique
21-03-2013, 09:26
|
Replies: 2
Views: 14,172
You should never work with files in C drives...
You should never work with files in C drives root. It's best to use a temp folder, the documents folder or the User Data folder. This will cause you some grief in Win8 and probably Win7 as well. It...
|
Forum: CorelDRAW/Corel DESIGNER VBA
20-03-2013, 15:47
|
Replies: 8
Views: 7,878
The only bummer...
The only real bummer about this is, if a user has a 32 Bit version of office installed, it has to uninstalled for the 64 Bit OLEDB driver to work or even be installed. The only way around this I have...
|
Forum: CorelDRAW/Corel DESIGNER VBA
19-03-2013, 10:05
|
Replies: 8
Views: 7,878
64 Bit Driver
You might take a look at this link...
http://www.altova.com/Access-Database-OLEDB-32bit-64bit.html
I can say that you will need to work with x64 to x64 Excel. Not really a way for a 64 Bit app...
|
Forum: CorelDRAW/Corel DESIGNER VBA
17-03-2013, 13:23
|
Replies: 8
Views: 7,878
jet
It's my understanding Microsoft's Jet Engine is not supported in x64. I'm not that familiar with its use in VBA, but in other languages it can only be used when apps that are built as 32 Bit.
...
|
Forum: CorelDRAW/Corel DESIGNER VBA
13-03-2013, 09:00
|
Replies: 6
Views: 11,839
|
Forum: CorelDRAW/Corel DESIGNER VBA
05-02-2013, 13:38
|
Replies: 9
Views: 7,528
Thank You
It may be simple, but it is very handy. Thank You for that.
|
Forum: CorelDRAW/Corel DESIGNER VBA
05-10-2012, 18:38
|
Replies: 5
Views: 9,100
Replacing VB6 Common Runtime Files...
Be careful doing this because it can break other programs. It's best to download and install the runtimes from Microsoft...
http://msdn.microsoft.com/en-us/vstudio/aa662927
I've had problems...
|
Forum: CorelDRAW/Corel DESIGNER VBA
03-10-2012, 11:56
|
Replies: 5
Views: 9,100
Seen this happen...
I've seen this happen when macros are downloaded and then saved directly to the GMS folder or just copied from the downloads folder.
Right-Click on the GMS file and most likely you will see it is...
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-08-2012, 16:27
|
Replies: 11
Views: 10,593
...
Very good stuff. So besides the long hours at Corel, the family, all the add-ons, degrees in physics and astronomy, photography and who knows what else, what's a few more hours :).
...my only...
|
Forum: CorelDRAW/Corel DESIGNER VBA
23-08-2012, 09:53
|
Replies: 11
Views: 10,593
...
I didn't know Alex had kind of moved to other interests, just know Shelby has been doing a lot on here.
From a developers perspective, I personally have never seen a better version than X6 to add...
|