home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Translucen2067915292007.psc / @PSC_ReadMe_68692_1.txt next >
Text File  |  2007-05-31  |  861b  |  8 lines

  1. Title: Translucent Text
  2. Description: Control the transparency of text on a form. There are a lot of examples on PSC of Alphablend, GDI and transparency, but none brings all these together to demonstrate fading text or translucent text on a background.
  3. This code uses only one picturebox. It copies the images to memory, prints text on the picturebox with the drawtext API and then alphablends the newly printed box with the original in memory to create translucence.
  4. This file came from Planet-Source-Code.com...the home millions of lines of source code
  5. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=68692&lngWId=1
  6.  
  7. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  8.