Question : How to embed Ms Access form in C# WinForms application ?

How can i embed Access form inside my Winforms C# application ?

what i need is "OnButtonClick" -> ShowAccessForm();

Answer : How to embed Ms Access form in C# WinForms application ?

I don't believe this is possible.
I think you would have to open the Access application via automation but it will be in its own application window.
Random Solutions  
 
programming4us programming4us