There's no way to prevent a DLL from being moved. The best you can do is make it read-only, but that will only give the user an "are you sure?" dialog box.
What you can do, however, is not keep the DLLs on the file system. You can keep them, say, in a ZIP file, and have a loader program that will automatically extract them before running the main program, which may also be inside the ZIP.
the one i look up to as my dream?
the one who i have tryed to find a msn for.
the owner of AA
the one i realllly wont to meet?
etc?
but umm... can i have so more information on that please
There's no way to prevent a DLL from being moved. The best you can do is make it read-only, but that will only give the user an "are you sure?" dialog box.
What you can do, however, is not keep the DLLs on the file system. You can keep them, say, in a ZIP file, and have a loader program that will automatically extract them before running the main program, which may also be inside the ZIP.