Link to home
Start Free TrialLog in
Avatar of Jagar
Jagar

asked on

ActiveX controls and App.Path

I have and project that is made up of 1 ActiveX control and 1 Standard EXE.  The EXE project uses the ActiveX control.
In the ActiveX control I have the line App.Path in the ActiveX control.  This of course is returning the path of the ActiveX control project not the EXE which is what I want.  How do I get the path of the project that is using the ActiveX control
ASKER CERTIFIED SOLUTION
Avatar of Dalin
Dalin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jagar
Jagar

ASKER

Thanks