home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .ApplyTextureFill "", "Spots Hard 3C", "Cdr5:Spots Hard 3C"
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-