C# Moving PictureBox over other PictureBoxes with transparent background
问题 My goal is to make checkers game , where user can move checkers on the board. The board I have made is from DataGridView class . Right now what am i doing is creating picture boxes for each checker with transparent background and when the user moves the selected checker i am setting him BringToFront. The problem is that the "transparent" effect is actually relative to parent control, and the parent of all checkers is the DataGridView. So the result is when there is 2 checkers overlapping