Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. markbellki

    Deleting folders

    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...
  2. markbellki

    Zipping up files with subdirectories

    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...
  3. markbellki

    Accessing bitmaps from a .dll file

    I would like to be able to extract bitmaps that have been stored in a .dll file. Does anyone have any ideas on how to do this? Thanks.
  4. markbellki

    Btibltting

    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.
  5. markbellki

    Btibltting

    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.
  6. markbellki

    Btibltting

    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...
  7. markbellki

    Btibltting

    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...

Part and Inventory Search

Back
Top