OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Blogs > shelbym

VBA
Old

Making Your Favorite Macro / Script Better

Posted 05-10-2021 at 22:44 by shelbym

Introduction

In this post we will be looking at how to modify a Macro / Script in CorelDRAW. Beginning in CorelDRAW 2019 Macros were renamed to Scripts. I have been using CorelDRAW a long time, so I still refer to them as Macros. Just know that depending on your version of CorelDRAW it may use the term Macro or in the newer versions it will use the term Script. The goal of this post is to give you a nudge to try and make an improvement to your favorite macro yourself.

...
Attached Images
         
shelbym's Avatar
Senior Member
Posted in VBA
Views 4889 Comments 0 shelbym is offline
Old
Rating: 3 votes, 5.00 average.

Differences between VGCore (17.0) and CorelDRAW (16.4)

Posted 27-03-2014 at 23:33 by shelbym

Introduction

Continuing with the Object Model changes I have created an HTML document that shows all the changes between VGCore (17.0) and CorelDRAW (16.4). The text was to long to post here so I have linked to a .zip file with the full text.

Object Model Changes

When you open the document in your browser you will see a legend like this:

Legend:
  • Not changed
  • Added
  • Removed

As you can see anything in blue is new for X7 and anything...
shelbym's Avatar
Senior Member
Posted in VBA
Views 70566 Comments 1 shelbym is offline
Old
Rating: 23 votes, 5.00 average.

Custom .NET Dockers in CorelDRAW X6

Posted 01-04-2012 at 23:38 by shelbym

Introduction

In the previous blog post we showed an example of a custom WPF control that was hosted in the UI of CorelDRAW. In this post we are going to take a Custom Web Docker that Hendrik had provided as an example and rewrite it as a Custom WPF .NET Docker. If you have never made a custom docker his article is a wonderful place to start. You may find it here: Custom add-ons and dockers in CorelDRAW

WPF User Control Library

Once again I will be using...
Attached Images
   
shelbym's Avatar
Senior Member
Posted in VBA
Views 126678 Comments 3 shelbym is offline
Old
Rating: 17 votes, 5.00 average.

Custom .NET Controls in CorelDRAW X6

Posted 25-03-2012 at 22:24 by shelbym
Updated 26-03-2012 at 11:42 by shelbym
Tags .net, vba, wpf

Introduction

With CorelDRAW X6 you can now create custom .NET controls that can be hosted in either a custom docker or the UI itself, including toolbars and menus. I will be doing a few posts on exactly how this is done. For this post we will build our own slider control that will change the line width of the selected shapes.

WPF User Control Library

I will be using Visual Studio 2010 Professional to create the custom control. Start a new project, Visual...
Attached Images
    
shelbym's Avatar
Senior Member
Posted in VBA
Views 104406 Comments 4 shelbym is offline
Old
Rating: 36 votes, 5.00 average.

Macros and CorelDRAW X6 (64-Bit)

Posted 25-03-2012 at 18:27 by shelbym

Introduction

The good news in most macros from previous versions of CorelDRAW should work great. The one exception to this are macros that use WinAPI calls. All previous macros that use WinAPI calls will need to be updated for CorelDRAW X6 (64-bit). This is only for the 64-bit version, if you are using the 32-bit version of CorelDRAW, even on a 64-bit version of Windows everything should run as expected.

Why the Change

VBA has used the Long data type...
shelbym's Avatar
Senior Member
Posted in VBA
Views 56502 Comments 1 shelbym is offline

All times are GMT -5. The time now is 01:25.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com