Results 1 to 4 of 4

Thread: Loading an image to a memory DC

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Posts
    159

    Question Loading an image to a memory DC

    Hi all,
    Currently I'm working on a program that makes an extensive use of bitblt Api function to copy images from one picture box to another.

    My questions are:
    1. Will the copying be significantly faster if I'll use memory DC for storing the source picture? (by using CreatCompaibleDC and LoadImage Api functions), and
    2. I would like to hide the picture files from the user, so is there a way to load the pictures to the memory DC from a picture box rather then in a file?
    Any help or a piece of code will be greatly appreciated.
    Last edited by jsbach; Feb 11th, 2003 at 05:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width