I am making a level editor for a platform game where the level is set up in a grid type display on a form. At the click of a button the form is supposed to add the image as a pictureBox of the player, an enemy, or whatever. I can successfully do this but when I add in the image on top of the grid my grid image completely disappears underneath it when I made my sprites(player, enemy, etc.) backgrounds transparent I still can't see the grid underneath. Can any one help me.
