A awan Feb 19, 2004 #1 Is there a function in dotnet which is equivalent as "app.Path" in VB 6? Thanks in advance!
A awan Feb 19, 2004 #3 I can only make it work in vb executable. How can I make it work in class/dll project? Thanks again.
K Klaus H. Probst Feb 20, 2004 #4 Assembly.GetExecutingAssembly().Location or Assembly.GetExecutingAssembly().Codebase