Which one should be faster:

1) Loading several PictureBoxes and setting their Picture property to the Picture property from exisiting Image controls (invisible) on the same Form.

OR

2) Loading several PictureBoxes and setting their Picture property by using BitBlt with bitmap files included in a DLL file (using LoadBitmap)

I don't know. Do you?