|
-
Oct 8th, 2001, 09:54 PM
#1
BitBlt
Ok my question about BitBlt is this: i am making a program that when a user clicks a command button the image from a small picture box (picture2) is bitblted to a larger picture box (picture1). It is working fine, but i do not want picture2 containing the smaller image to be visible to the user. Is this possible? When i make it invisible it gives me the background of the form, and when i move the picture2 out of the visible area of the form it bitblts the stuff behind the form. thanks
-
Oct 8th, 2001, 10:34 PM
#2
Good Ol' Platypus
[picturebox].AutoRedraw = True has to be set.
Cheers from Canada
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Oct 9th, 2001, 03:08 PM
#3
thanks
thanks, thats just what i needed. cant believe it was so simple
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
|