Alpha in form

  • Thread starter Thread starter Mario
  • Start date Start date
I once saw code that used the Windows 2000 API to create a
translucent form. A search of google turned up these hits:
http://groups.google.com/groups?as_...fe=images&ie=UTF-8&oe=UTF-8&lr=&num=100&hl=en


Mike D Sutton (MVP) replied to this similar request ...
How do I make a form transparent, so that it can fade in
and out. I know that there is an API that allows you to
do this, but I can't remember what it is. Any kind of
help would be nice...

I believe what you're after is a layered window, have a look at
the "Translucent.zip" demo over on http://www.mvps.org/vb/ for
an example of how to use it in VB.

This site has code to make a control fade.
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=42096&lngWId=1
 
Back
Top