Irregularly Shaped Windows

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
 
F

Floyd Burger

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#?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top