How in Delphi to set the type of transparency of the form (I do not use AlhaBlend). And also, how can the form remove borders?

    1 answer 1

    Even without using AlhaBlend lower than Windows2000 (or XP, I don’t remember already), it will not work. About the border:

    SetWindowRgn(Handle, CreateRectRgn(2,2,Width - 2, Height - 2), True) 
    • Regarding the border: there is a more simple version. Form1.border: = none - Vahan Av