Create custom UI appearance for WinForms Form with Shadow - part 6
Thursday, July 31st, 2008In my previous post I presented a how to use Win32 API functions and structures in order to create a Layered Form using a custom png image file.
(All posts in this series: Post 1, Post 2, Post 3, Post 4, Post 5, Post 6, Source Code)
Today, I plan to explain how to use LayeredForm class [...]