In one of my apps, I'm creating an array of "Yes/No" option buttons. Normally I use Frames to group my option buttons, but in this case a PictureBox is easier to line up graphically the way I need it.
Does anyone know if I'm taking any kind of significant performance hit by using PictureBoxes vs. using frames?
Does anyone know if I'm taking any kind of significant performance hit by using PictureBoxes vs. using frames?