try including the gifs in picboxes...
how about having 2 more picboxes and put the images there and then save ur project, then copy the .frx of the form and open ur form in notepad so tht u can copy the address locator... ooops...
sorry.
--------------------------
do this:
put 2 picboxes in ur form and put the pics in them.
save ur project.
rename ur form1.frx to something.frx
open the form.frm in notepad
and copy the foolowing lines:
Code:
...
Picture = "Form1.frx":0000
...
Picture = "Form1.frx":274FA
...
Picture = "Form1.frx":D74DD
...
then u can open ur form and take out the new picboxes and then save ur project.
then last step is to change ur load to:
picture1.picture = loadpicture("Form1.frx":0000) 'first
picture1.picture = loadpicture("Form1.frx":274FA) 'second
picture1.picture = loadpicture("Form1.frx":D74DD) 'third
and u just have to replace ur new form1.frx
with ur old form.frx... then compile.... it should work...
if u need any help... ask! :p
OOPS...... Late Reply!!!!!
Hi...
HeHeeeHeee :D
Sorry if i'm replying too late. the fact is i've seen this post TOO LATE.
but anyway I think its better to have an imagelist on the form with all the three images stored in it and u can access them whenever u want.
I hope this should also work.
:cool: :cool: :cool: :D :D