Yes, I will add it later. In WinAPI, a PictureBox is just a Static control with style SS_BITMAP.
You can add an image to such static control by sending STM_SETIMAGE message.
Find any winapi manual somewhere, for example here: http://msdn2.microsoft.com/en-us/library/bb760782 (VS.85).aspx