How does one tell VB to look in the current directory as a path?

What I mean is that I want to use a DLL that resides in the same directory as the OCX file that is calling to it.

I tried using ".\dllname.dll" but that doesn't work. I know in C++ you just use .\ or ..\ to access the current directory or the parent directory. How is htis done in VB?