Many modern applications have irregularly shaped forms. What is the best way to do this in Delphi? Is it possible to do this without using any third party VCLs?
You can use TForms's TransparentColorValue property. In combination with BorderStyle=bsNone it will give you such shape.