Im working on an install program, and part of the program uses an INI file to get information about the setup (so it can all be customised) but i can workout how to get the data from the ini file into the form.

I have all the code working for the ini file.
on open_form goes something like this:

logo = GetFromINI(all the ini grab code here)
Picture1.picture = logo

but it wont do it because it wants the logo to be inside a loadpicture().

can i bung the logo variable inside the loadpicture() ??