I've got myself in a real knot - not thinking straight.
I would like to know how to delete folders and files within folders.
eg the directory structure looks similar to this:
c:\objects
c:\objects\12345678
c:\objects\12345678\i.pal
c:\objects\12345678\lamp.pal
c:\objects\12345678\idle...
I've been searching for hours for code that will let me zip up files from within my program without calling the shell function to WinZip.
I have come up with a lot of code but unfortunately none of them will zip subdirectories and the files within them - only the files in the root directory...
Thanks for your tips Cykadelyxx.
My testers returned a negative answer to the program working.
Am now convinced myself that there is something wrong with the code somewhere.
Thanks for your help.
The source picture didn't have the AutoSize property set to True but the dest did. Have changed it and sent it on to some testers (I don't have WinXP, have Win98).
Will let you know the result.
Thanks for any help that you can provide.
Declare Function TransparentBlt Lib "msimg32" (ByVal hdcDest As Long, ByVal nXOriginDest As Long, ByVal nYOriginDest As Long, ByVal nWidthDest As Long, ByVal nHeightDest As Long, ByVal hdcSrc As Long, ByVal nXOriginSrc As Long, ByVal...
I have written a program that converts graphic images into bitmaps. My problem is that I'm trying to bitblt this image into a picture box that has a picture in it already. That is, I needed the converted-bitmap to be transparent. I managed to do it and it works fine on my Win98 computer. When I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.