Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 19,819 times

Contents

Related Categories

Manipulate CorelDraw layers - Introduction

tlosekoot

Introduction

I started working with CorelDraw! 9.0 about 2 years ago, and found some practical functions were missing. Therefore, I have added these functions using VBA. I will post more subs and functions soon.

Contents

Page 2 - LayerExists - Check if a layer exists

Page 3 - LayerCreate - Corel VBA provides a function for adding layers, but that one reports an error when the layer already exists and stops the code.

Page 4 - LayerActive - This one is also available in Corel, but the same as LayerCreate, Corel doesn't check first if the layer exists...

Page 5 - LayerSingle - Very practical when you've got a lot of layers and want to edit or export only objects on one of them...

Any comments or suggestions? Please contact me!

All my posted Corel VBA subs and functions are for FREE, just let me know if this helped you in any way... and include me on the credits list when you start distributing ;-)

Have fun!

I was born in a small town in Holland, and currently live in Poland. I'm fluent in English, German, Polish and Dutch, speak a bit of French and Russian. After finishing Information Technologies in my home country (specialization in network security), I worked as IT auditor/consultant, database and application developer.

I have experience with many different platforms (Windows NT, Novell, VAX/VMS, AS/400), financial systems (SAP, BaaN, JDEdwards) and other applications (Office, Notes, SMS, Exchange). I develop web sites and small applications.

Lately, I switched to Linux (Dist: Mandrake 9.2 R7), and currently most of the programming work I do is in PHP

I spend my time off as ballroom- and Latin-American dance teacher, play pool, swim and listen to music.

Comments

  • can u post your macros?

    Posted by olympiatr on 16 Apr 2004

    hi there, i am from Turkiye Izmir, graphic illustrator and musician..

    i am interesting and doin something over corel vba (assembling, converting, contact sheet etc)
    if u interes too, we can share...

  • My script does not work....

    Posted by beuvema on 31 Mar 2004

    Dear thamar



    Als ik naar http://www.developerfusion.com/show/2657/2/ eerste hit op google... ga en onderstaande code gebruik dan krijg ik een foutmelding

    'Check if layer exists
    Public Funct...