Results 1 to 2 of 2

Thread: What is BitBlt

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    46

    What is BitBlt

    Hi

    In my project i wish to apply some animation to make it more informative to user.

    as i am doing animation for first time i tried to read a lot of threads regarding animation posted here.

    as per my understanding this bitblt can be of help

    but i am not really getting what is it and how it function and also what its parameters are for

    well any help regarding all or any of it is welcomed

    thanks

  2. #2
    Fanatic Member Geespot's Avatar
    Join Date
    Oct 2001
    Location
    Birmingham, UK
    Posts
    577
    BitBlt just allows you to copy an image from a device ontext to another device context.

    You need to know quite abit about the Windows GDI before dabbling with it really otherwise you wont know what your code is doing.

    http://www.mentalis.org/apilist/BitBlt.shtml contains the declaration info for Bitblt. Also do a search on VBforum for BitBlt... There are lots of threads

    A Google search (bitblt vb) came useful too, have a look at this..
    http://www.rookscape.com/vbgaming/GBeebe/bitblt.php

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