Hi all,

Right the way i do it now is load all the images into picture boxes on the form.

Then load relevent boxes from them as i need them using

HTML Code:
Picture27.Picture = lampG(0)
But what i want to know is, Is it best to load these as .bmp or .jpg

I know Jpg are smaller but dont seem to make any difference on the size of the exe after compiled.

Someone said that i should load them as bmp as it has to handle them as bmp anyway even if there loaded as jpg is this true ??

Steve