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?
Many modern applications have irregularly shaped forms. What is the best way to do
Share
yes is possible, you must use the SetWindowRgn function to set the new window region to draw.
try this code
check theses links for more info