Results 1 to 3 of 3

Thread: [RESOLVED] A usable BitBlt value?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    21

    Resolved [RESOLVED] A usable BitBlt value?

    hey guys just a quick question
    im assuming i learnt bitblt the right, and possibly the only way. when i use it, i always make the target and the source 'something.hdc'. what i would like to know is if it is possible to make the 'something.picture' value reflect what i have bitblt'd onto the 'something'. i hope this makes sense. the thing is, i want to bitblt a few different things over the top of each other into a picture box and then save the resulting image into a file, but the 'savepicture' command will only accept 'picture' values not hdc's, and of course the 'something.picture' value remains zero. is there a way around this?
    any help is more than welcome and much apreciated.

    matt
    Last edited by asilaydying; Jun 29th, 2006 at 11:57 PM.

  2. #2
    Addicted Member
    Join Date
    Feb 2006
    Location
    The Sea of Tranquility
    Posts
    252

    Re: A usable BitBlt value?

    try using

    Code:
    set picture1.picture = picture1.image
    autoredraw will need to be set to true
    Rich

    A)bort, R)etry, I)nfluence with large hammer.
    Please take a moment to rate useful posts.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    21

    Resolved Re: A usable BitBlt value?

    ah so simple. thanks once again rich!

    matt
    Last edited by asilaydying; Jun 29th, 2006 at 11:56 PM. Reason: changed to resolved

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