Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Thanks in advance....I have a picturebox at back ground image and I need to open a Pop over the picturebox.....If click the button automatically the background picturebox gets black transparency and opens the Popup...How can I set the Transparency to picturebox backcolor black.

What I have tried:

pictureBox2.BackColor = Color.Black;
           GrpSupport.Visible = true;
           GrpSupport.BringToFront();
Posted
Updated 16-Feb-21 20:34pm

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900