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