I'd like to include custom .Net controls and .Net forms within MS Access.
It's possible but I was wondering if there was any new good articles on that subject.
Over time I've found a few related to the subject the but always found the process a bit cumbersome (see references below).
One of the issue is deployment:
my user's machines have normal user account and I'm wondering if I can just deploy the dlls in the same folder as the application (in the user's Application Data
folder) and reference them from code without needing to register them under an Administrator account on that machine.
At the moment the Access application is deployed automatically when a new version is made available on the network.
References
- Deploying applications with the InteropForms 2.0 toolkit
- Tips and Tricks with the Interop Forms Toolkit
- Using InteropUserControl/InteropForm in MS Access
- Building Hybrid Applications with the Interop Forms Toolkit 2.0
- Code Project article on Interop Forms Toolkit 2.0 Tutorial
Edit 09DEC2008:
I can't believe that I'm the only one with an interest in this? Has anyone tried to use .Net from within Access, either as a way to improve the UI or to slowly migrate to a full /Net app?