| | _ TUTORIAL: BitBlt & GDI32 for the Thick-Head - visual basic, vb, vbscript |
 | | "BitBlt [and GDI32] for the Thick Headed" is an in-depth, plain-english, streight-forward tutorial that teaches everything there is to know about BitBlt, and some related API. |
 | | A Device Context is a number that points to an "address" in memory where data is stored, when using BitBlt, we point to the Address where graphical data is stored in memory. |
 | | And why doesn't the image appear on the screen immediately after I use BitBlt; how does this work that placing a form HDC draws the image on the screen; what drawing powers does the form(windows) have that's not in our reach and why can't we tap into them and; I guess that's it for now. |
| www.planetsourcecode.com /vb/scripts/ShowCode.asp?txtCodeId=36053&lngWId=1 (4171 words) |