how to use a dll from webstart
843802Mar 7 2005 — edited Mar 9 2007hi there, i have the following, for an app (it's going to run only on windows) i need some info from the registry and used some third party code for that, now, my question is, the dll file used has to be in the systemdirectory of the local machine. How could i achieve that when the program will be running from webstart ??
1. By just copying the file into there...
2. Or other, like rewriting the source code for the third party code
thx