Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > dotnet framework > july 2004 >

dotnet framework : Irregularly Shaped Windows


Alex Maghen
7/27/2004 5:21:59 PM
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.

Floyd Burger
7/27/2004 9:34:57 PM
www.componentscience.net, get their ElementsEx library. Free, with source,
and it has a shaped form control.

--
Floyd Burger

[quoted text, click to view]
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#?
[quoted text, click to view]

Shiva
7/28/2004 7:36:29 PM
Hi,

You might want to look into these:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskcreatingnon-standardshapedwindowsforms.asp

http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=417

[quoted text, click to view]
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

AddThis Social Bookmark Button