Borderless border

I want to create a limitless shape with a thin black edge (for example, the first from the figure http://www.vcskicks.com/remove-titlebar.php ). I want to do this because the form is poorly visible (it fits with my background).

+5
source share
2 answers
  • Make the borderless form as described in the article related to
  • Add Panel Element
  • Set the dock panel to "fill"
  • Change the BorderStyle in the panel to get the desired effect. ( BorderStyle.FixedSingle )
  • Add the remaining controls to the panel.
+5
source
  • Change the padding of the form to 1,1,1,1
  • , .
  • "" .
+1

All Articles