Bob
Sun Jun 19 14:28:29 CDT 2005
UpdateLayeredWindow ???!!!
--
Bob Powell [MVP]
Visual C#, System.Drawing
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"scolemann" <scolemann@yahoo.com> wrote in message
news:1119198612.031235.77370@z14g2000cwz.googlegroups.com...
> Hi all,
>
> I have a form that I have turned into a layered window (the layered
> window is opaque). Everything works great except that if part of the
> form is covered and then uncovered, the uncovered area is black. I
> have tried doing an invalidate() but it does not update the layered
> window. Do I need to call an API function to update the layered
> window?
>
> Thanks,
> Cole
>