Such question how to receive a path dll?
Example: I create the project dll in visual studio. In dll there is a form with the button. The button opens the text document which is in a folder of the project. How in that case dynamically to receive a path dll?
Has found only GetModuleFileName - but it for some reason doesn't work.