Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
 
TitleOverlay one picture on another
DescriptionThis example shows how to Overlay one picture on another in Visual Basic 6.
Keywordsoverlay, mask, picture, foreground, background
CategoriesGraphics
 
Thanks to Herman Liu.

This example builds the overlay mask by examining the upper image's pixels. It examines each pixel and converts those that match a "transparent" value to white. It then uses BitBlt to perform the overlay. See the code for details.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated