-
Here you'll find Macros, which are free to use, to elaborate or simply to learn from. No matter if you are a macro user or a macro developer, if you are interessted joining an existing project and contributing your knowledge, experience or simply your feedback, go ahead and check it out! BUT, before...
-
Now it's easy to create QR codes directly in CorelDRAW! The QR Code Macro is based on the QR Code Generator from the ZXing project , which support many types of QR Codes. To report bugs or get critism for your code contribution, use this thread instead: http://coreldraw.com/forums/t/31931.aspx Current...
-
http://www.oberonplace.com/vba/drawmacros/index.htm http://macromonster.com / Woxxom macros.cdrpro.ru cdrpro.ru www.vectorjedi.com http://recentfiles.netfirms.com www.gdgmacros.com/ http://www.krasbit.com/en/products http://www.corelvba.com/ http://corelturk.blogspot.com http://en.wikipedia.org/wiki...
-
Lessons involving VBA and Macros in CorelDRAW: GDG Macros Lesson 1: Creating gms files from scratch, basics GDG Macros Lesson 2: A very simple For Loop and Resample Bitmaps GDG Macros Lesson 3: Add a basic form and increase size of some shapes GDG Macros Lesson 4: Create box around a selected shape GDG...
-
The following Codex is a collection of loose "guidelines", intended to maintain an organized structure for elaborating Open Source Macro Projects. The Codex guidelines should not keep away or restrict anyone from developing or contributing codes, rather they should provide a base for a unified...
-
First what we have to know is: Before a starting the process we have to make an backup the file: \Users\LOGIN_NAME\AppData\Roaming\Corel\CorelDRAW Graphics Suite X5\Draw\Workspace\YOUR_WORKSPACE_NAME\DRAWUIConfig.xml The best way test your files is use default UI. If you had changes in files and no changes...
-
VBA EDITOR ADD-ONS! The vba editor is not as customizable as Corel Draw itself but with these add-ons it can be greatly improved.For those who use VBA to create macros, you may want to take a look. You can install both of these add-ons which will help make your life easier when it comes to creating and...
-
This is written for CorelDRAW X4. Steps may differ slightly for older versions Lets assume that a common task that you need perform is to make an object twice as big and move it to the right by 1 inch. If you don't already know VBA, a good place to start is to record a macro that performs the task...