Adding a form to MS Access's MDI Parent

T

Timbersmart

Hello, subject explains it all. I'm interested in hosting a small form
created in VB.NET 2005, 2008 into an open instance of Access.

I've imported the OLB as DLL and referenced it, although I'm not sure how to
access an already open instance of Access. I've fetched the window handle but
the .NET form object requires another MDI form in the Show(mdiHost as Form)
property. I suppose both Access.Form and System.Windows.Forms.Form are
completely different.

Can anyone point me in the right direction?
Is this even possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top