I have created a .dll to disable the mousewheel in 2000. I have to set a reference to that .dll, which is fine. Now - when I distribute the .mde file along with the .dll, that reference is no longer valid because I don't know where the user will store his database and .dll.
I have tried running code to find the .dll and move it to the directory that the user stored the files, but I have to delete the old reference and can't do that while still in the current db directory.
Does anyone know of an easy way to 'install' the files, which will be downloaded from a website, so that the reference won't be broken? I want to avoid instructing the user to move the files to a certain folder. I would like to find where the .mde and .dll is after the download and move these files to the directory that is referenced for the .dll. (references.addfromfile does not work)
Thank you!
I have tried running code to find the .dll and move it to the directory that the user stored the files, but I have to delete the old reference and can't do that while still in the current db directory.
Does anyone know of an easy way to 'install' the files, which will be downloaded from a website, so that the reference won't be broken? I want to avoid instructing the user to move the files to a certain folder. I would like to find where the .mde and .dll is after the download and move these files to the directory that is referenced for the .dll. (references.addfromfile does not work)
Thank you!