|
-
Nov 19th, 2001, 08:13 PM
#2
Addicted Member
BitBlt should work from pretty much anywhere in the code. Where are you declaring it? If you are declaring it in the form module as private it can't be called out side the form. You can put the declaration into a code module and make it public. You should then be able to call it from anywhere.
If you have all of this covered then and say you want to blt from a code module to picBackGround.hdc make sure that you include the form that it is from. So as the destination (or source) you should use Form1.picBackGround.hdc. This will direct it to the proper place.
Does this help? If not I don't know what the problem is, sorry.
Drewski
I see said the blind man as he spat into the wind.
It all comes back to me now!
A.D.T.'s VB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|