Irregularly Shaped Windows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. If I want to create a window/form in a C#.NET windows application which is irregularly shaped (it's shape is defined by a region), can I do this without making Win32 calls? If not, can you help me with the Win32 stuff I have to do from C#?

Thanks.

Alex Maghen
 
www.componentscience.net, get their ElementsEx library. Free, with source,
and it has a shaped form control.

--
Floyd Burger

Alex Maghen said:
Hi. If I want to create a window/form in a C#.NET windows application
which is irregularly shaped (it's shape is defined by a region), can I do
this without making Win32 calls? If not, can you help me with the Win32
stuff I have to do from C#?
 
Back
Top