-
Ok, I've found the solution to this. Thought I'd post it here for anyone else searching around. I can only say for sure that this applies to DRAW11. I think things changed a bit with the X versions in terms of the color palette manager. For instance, I don't recall even seeing a palette called...
-
A few interesting macros updates that you may have missed Free collection of macros CdrTools was updated to 2.11. Now it have function 'Oculist' that allow to resize letters by ascending, descending, and randomly. New macros available: DrawHelper provides a simple way to draw objects immediately...
-
Hi all, I have read this post done by Hendrik Wagenaar : Custom add-ons and dockers in CorelDRAW and I decided to move my vba macro to a custom html docker , but I'm stuck on two key pieces of my code , the first is ActiveLayer.Import " c : \ path \ file1.cdr " and the second is ActiveDocument...
-
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...
-
Very Very Thanks sir for reply, Sir in the corel draw I use Macro scripts and get success to convert .cdr to jpg using the method "frmfilecoverter.show" But sit now I want to embed this method in my C# window form application. So please help me to embed this method or source code in my Program...
-
If you need to quickly convert all colors (vector and bitmap) to CMYK in a selection, use sToolsColor.ToCMYK from CdrTools . Use ToRGB and ToGRAY for converting to RGB and Gray accordingly.
-
Open Recent list to short in CorelDRAW. Try RecentFiles which allows you an unlimited list, fast searching and thumbnail previews. Note: Do not confuse with wOxxOm's RecentFiles macro, this is a different macro.
-
If you need to quickly convert your brushes shapes to curves, try to use sToolsShape.DeArtBrush from CdrTools . This macro will convert all brushes in the selection and delete all control paths. A simple example where you can use this macro is drawing hair like in video tutorial of Alexei Oglushevich...
-
Hello, colleagues. My name is Aleksandr. I started working in CorelDRAW many years ago. Then I discovered macros . Ever since then I simply can't imagine my work without them. So, let me introduce today something you might find interesting: a brand new site with CorelDRAW macros and tools I've...
-
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...
-
If i select 2 or more shapes & then run a micro.Rename all shapes name to user input name. code is that but it is not working Sub RenameShape() Dim objName Dim sr As ShapeRange Dim s3 As Shape Set sr = ActiveSelectionRange If sr.Shapes.Count = 0 Then MsgBox "You need to select a shape first"...
-
i have a two circles.if i select both circles & then run macro a Guideline create in center of both circles.
-
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...
-
See here first: http://coreldraw.com/wikis/resources/qr-creator-macro.aspx
Posted to
artworks by mo
by
mo
on Thu, Mar 22 2012
Filed under: macro, vba, open source