Hi,
I am quite new to VB .NET.

Maybe this can help you. I am using it to load an access database from the same path where the application is:

Application.StartupPath

This will give you the path where the application is running from.

Try it out.