-
Is there any problems running the api calls to the registry through a dll. I took the code from this thread:
http://forums.vb-world.net/showthrea...threadid=59606
i moved the code into a class module for the dl and it compiled fine. I make any calls and it does nothing. ran fine in a regular module called from a form. Any one know whats wrong.
-
Let's see your code so far.
-
1 Attachment(s)
Its the safe code from the other thread. I copied it to a class module and the compiler had a problem with the public const. I just cut thepublic of and it compiled fine. I call to readregeistry and it codes up blank. I get no errors, just blank. I am also making the same exact call i did in the working copy.