I have a Form which contains text and buttons. I have to make part of the Form to be transparent while the other part remains the same.
Using BackColor and TransparencyKey same color
OR
set opacity.
Both above ways will affect the whole window. I need to change the part of(small portion) of the form. How can we achieve this ?.