Ok my question is about the load picture function,
the format is like this right:
loadpicture([FileName], [Size], [ColorDepth], [X], [Y])
now most people just use it like
picture1.picture=loadpicture("C:\whatever.gif")
but I need to use the size part of it and the colour depth as well but I keep getting errors when trying to use it, can some give me an example on how to use these as part of it as well.
thanx.
