Link to home
Start Free TrialLog in
Avatar of peterma
peterma

asked on

Opening a directory at Once and altering files

I need to open a whole directory at once (not just one file) that all have the same extension (.bmp) and alter the pictures (make them transparent, then save to a new file).  Is there a way to do this that any of you know about?  Thanks
ASKER CERTIFIED SOLUTION
Avatar of ebelusa
ebelusa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of peterma
peterma

ASKER

I'll work on it by myself, but if you could provide some sample code that would be great.
I believe I solved that problem from your other question. And actually, ebelusa put pretty much the same thing I did, but the DirList box should have been a FileList box. The DirList box doesn't give you file names.
Avatar of peterma

ASKER

Like I said before, I don't think i'll be able to do any of what i really intended to do in VB.  I can't create a transparent bitmap..they don't support it.  I have to change them all to Icons, and use those in my application. any thoughts?