G
Guest
Hello people
I have used a Microsoft article to build a dll to block the mousewheel in certain forms. When using this dll on one off my machines, all I have to do is set the reference to the dll. The dll can be anywhere I want. Works great
The problem however is when I take the database to my clients. There I MUST register the dll with the regsvr32 function. Else it will not function
Can anybody explain to me why this is and maybe how to get around it
I used the following article to build the dll: http://support.microsoft.com/default.aspx?scid=kb;en-us;27837
Thanks you in advance
Pascalle
I have used a Microsoft article to build a dll to block the mousewheel in certain forms. When using this dll on one off my machines, all I have to do is set the reference to the dll. The dll can be anywhere I want. Works great
The problem however is when I take the database to my clients. There I MUST register the dll with the regsvr32 function. Else it will not function
Can anybody explain to me why this is and maybe how to get around it
I used the following article to build the dll: http://support.microsoft.com/default.aspx?scid=kb;en-us;27837
Thanks you in advance
Pascalle