|
-
Jul 29th, 2000, 09:29 PM
#1
Thread Starter
New Member
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() ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|