I currently have a form that has alot of command buttons (about 80) and image controls and picture clip controls that contain graphics and timers. Does anyone know what the fastest way to load a form is , that has all these controls and graphics.

Currently, I just place the controls on the form and the graphic files (jpg) are set to the picture clip controls in the form load procedure... is there some way to maybe load them in the background maybe.