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
But what i want to know is, Is it best to load these as .bmp or .jpgHTML Code:Picture27.Picture = lampG(0)
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




Reply With Quote