Hi Team,
It is my first post and looking for some solution on the error which I am getting while generating DLL on VB6 ActiveXDLL project. Following program is just an snippet of what I am using:
Sub Pro()
Dim dlg As DialogObjects.ChooseFile
Set dlg = New DialogObjects.ChooseFile
dlg.Show
End Sub
This is an activex DLL project, so when I try to make DLL, I get Compile error: Permission denied error. Checked all permission settings of DLL, folders, registry (regedit) / ownership but still I am not able to figure out the issue.
![Name: error.jpg
Views: 31
Size: 15.3 KB]()
It is my first post and looking for some solution on the error which I am getting while generating DLL on VB6 ActiveXDLL project. Following program is just an snippet of what I am using:
Sub Pro()
Dim dlg As DialogObjects.ChooseFile
Set dlg = New DialogObjects.ChooseFile
dlg.Show
End Sub
This is an activex DLL project, so when I try to make DLL, I get Compile error: Permission denied error. Checked all permission settings of DLL, folders, registry (regedit) / ownership but still I am not able to figure out the issue.