Using Custom VB.NET Control in Access

nathansav

Registered User.
Local time
Today, 15:20
Joined
Jul 28, 2010
Messages
114
I have written a custom control in vb.net. I have built it up in a test project (to test) and compiled as an EXE.

The EXE file works exactly as planned, but i would like to use the custom text box i created in Access, when i try and register the DLL as a reference in Access, it says "cant add a reference to the specified file"

In Visual Studio, i created the custom text box, added a windows form application to the project, and used my control as a project reference.

Is it possible to use my control in Access?
 

Users who are viewing this thread

Back
Top Bottom