I have a form with 2 picture boxes on.
PictureBox1 loads a bmp file on load, on click of a command button the BitBlt function blits picturebox1 picture to picturebox2. The image does not display until the refresh method is executed for picturebox2.

Picturebox2 has autoredraw set to true.

I don't want to have to refresh if possible, is there any way around this.

thanks