ironfelix717
Registered User.
- Local time
- Today, 15:48
- Joined
- Sep 20, 2019
- Messages
- 193
Hi,
I have a need for a specific control to be built for an Access application. I have built this control in a rather crude way with the existing built in controls using VBA. But performance is rather poor due to lots of looping. Some of the performance can be improved with some code enhancements but ultimately a truly custom control object would be the fastest and simplest approach.
I would rather have an actual control with events. Is it possible, or should I say, feasible to build a control in another programming language to use with VBA? Have people done this?
Thanks
Regards
I have a need for a specific control to be built for an Access application. I have built this control in a rather crude way with the existing built in controls using VBA. But performance is rather poor due to lots of looping. Some of the performance can be improved with some code enhancements but ultimately a truly custom control object would be the fastest and simplest approach.
I would rather have an actual control with events. Is it possible, or should I say, feasible to build a control in another programming language to use with VBA? Have people done this?
Thanks
Regards