sarafe
Computer
- Feb 27, 2008
- 2
Hello everybody! can you tell me how to get the windows system path, of any version? I will use it to register my dll, with:
where winsys32path should be the complete path and name of the dll, but if I get the path I cannot use a constant, while it needs a constant...
help, how can I do?
thank you
Code:
Private Declare Function RegMyServerObject Lib winsys32path Alias
"DllRegisterServer" () As Long
where winsys32path should be the complete path and name of the dll, but if I get the path I cannot use a constant, while it needs a constant...
help, how can I do?
thank you