J
Joe
Hi,
I would like to protect some of my code so people can't
view it.
Normally you could protect the document and protect the
VBE. However some people have code breakers and that
makes it a poor protection.
Yes I now there is no such thing as a 100% fail save
protection but I want the next best thing.
I know it's possible to compile a module in to a DLL or
something else and that you would be able to call the
functions within that DLL.
The problem is I've got no idea on how to do this.
Can someone please tell me How I can make a simple DLL
(Or something else that gives the same safety) that I can
use in my VBA project?
I'm thinking of a simple exercise here like:
* How do I build this DLL?
* How would I cal a simple function from within this DLL?
(Simple passing of parameter and receiving another back)
* How do I connect it to the project (Relations/Do I need
to register it with windows first)
I have Visual Studio.NET can I build it with that?
I'm open to al kinds off suggestions on how to proceed
otherwise.
Please advice,
Joe
I would like to protect some of my code so people can't
view it.
Normally you could protect the document and protect the
VBE. However some people have code breakers and that
makes it a poor protection.
Yes I now there is no such thing as a 100% fail save
protection but I want the next best thing.
I know it's possible to compile a module in to a DLL or
something else and that you would be able to call the
functions within that DLL.
The problem is I've got no idea on how to do this.
Can someone please tell me How I can make a simple DLL
(Or something else that gives the same safety) that I can
use in my VBA project?
I'm thinking of a simple exercise here like:
* How do I build this DLL?
* How would I cal a simple function from within this DLL?
(Simple passing of parameter and receiving another back)
* How do I connect it to the project (Relations/Do I need
to register it with windows first)
I have Visual Studio.NET can I build it with that?
I'm open to al kinds off suggestions on how to proceed
otherwise.
Please advice,
Joe