Form Knock-Out

  • Thread starter Thread starter Tim Sorenson
  • Start date Start date
T

Tim Sorenson

I am trying to create a form that has a notch in the Upper Left corner.
Currently we use the Transparent propertry to see other forms behind the
current one. That is causing some problems when the user is interacting with
it. So we want to notch a corner out or only make that corner transparent?
Does anyone have any ideas on how ot do this?
 
Create a region for the shape of your form. See Form.Region.

--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
Back
Top