i have a animated gif that i display on a form
now in the form load i put the full path for it
is there a way to find this gif picture and load it without telling the system the exact location of the file?
i know there is something app.path or something like that
this is the code i use
tnx in advanced
salsa31
now in the form load i put the full path for it
is there a way to find this gif picture and load it without telling the system the exact location of the file?
i know there is something app.path or something like that
this is the code i use
Code:
Gif89a1.FileName = "c:\spinner.gif"
salsa31