Hi all,

I want to be able to use a file (.gif) without knowing exactly where it's located.

If I put the file in the same directory as my .sln file how can I access the file?

In vb6 there is something like app.path to get the directory where project files are.

is there a function that takes a file (for example .sln my file) and return the full path so I can use that if I put the .gif file in the same dir as my .sln file ?

Regards

Jonni