September 26th, 2012 08:01 PM
I believe they are native dlls. I'm completely new to using dlls in C#; I was successfully able to integrate a .NET assembly and call its function just by adding a reference to the dll in solution...
September 25th, 2012 10:15 AM
Hello,
I'm trying to reference a dll created by another program. I don't think I can distribute the dll(s) with my program, so I need to be able to find them in their native directories. I have...
August 11th, 2012 08:29 PM
Thank you! That was the problem. I opened the Software subkey as write and it worked. Thank you very much for your help!
August 9th, 2012 09:39 AM
Thank you for your reply. I'm fairly certain that the key exists because the function above is actually called the the following lines:
if...
August 8th, 2012 11:39 AM
I'm trying to simply copy a registry key using the pre-built code here: http://www.codeproject.com/Articles/16343/Copy-and-Rename-Registry-Keys#_rating (note: the actual code is from the forum reply...