ToeJamNEarl
Programmer
Hey Guys,
I have a question. I have made an ActiveX Dll and inside of it makes a call to an Executable that may or maynot be stored in the same path on install.
My question to you is this. How would I be able to in my code have the Executable's path be whatever the calling program's common path is?
For example I have an application with it's exe located in
"c:\Program Files\Application\bin\"
But I won't necessarily know that, that path is always where it will be installed to?
Any ideas?
I have a question. I have made an ActiveX Dll and inside of it makes a call to an Executable that may or maynot be stored in the same path on install.
My question to you is this. How would I be able to in my code have the Executable's path be whatever the calling program's common path is?
For example I have an application with it's exe located in
"c:\Program Files\Application\bin\"
But I won't necessarily know that, that path is always where it will be installed to?
Any ideas?