No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[COLOR=black]This is the coding i have done in vb illustrator file is loading and we can make changes CODING --------- [/COLOR]Private Sub Command1_Click() Set appRef = New Illustrator.Application Set fol = fso.GetFolder("C:\ChemDraw\StePHOXTetrahedronRevised\Eps") Dim charStyle As Illustrator.CharacterStyle For Each fil In fol.Files Set docref = appRef.Open(fil) appRef.ActiveDocument.ActiveLayer.HasSelectedArtwork = True appRef.ActiveDocument.ActiveLayer.Opacity = … | |
i want an eps file image to b grayscale i cant get it please help me to get 1: opening a eps file 2: changing a color mode to grayscale 3: saving it 4: this has to done in a command button click MY CODING -------------- Private Sub Command1_Click() Fldr … | |
HAI I HAVE ERROR IN RUNNING THIS PROGRAM I HAVE COPIED THE MAIN.H AND STRING .H. PLEASE GIVE THE SOLUTION AS SOON AS POSSIBLE CODING /* $Id: main.h,v 1.69 2005/01/18 06:19:46 prahl Exp $ */ #if defined(UNIX) #define ENVSEP ':' #define PATHSEP '/' #endif #if defined(MSDOS) || defined(OS2) #define ENVSEP … |
The End.