Access Form within Windows Form?

wrightyrx7

New member
Joined
Sep 7, 2016
Messages
1
Programming Experience
Beginner
Hi all,

After some research i seen you can open other applications within a panel on a form.

However, i cannot find if its possible to open other things like an Access Database or Excel.

Does anyone know if this is possible?

Kind Regards
Chris.
 
You can use the SetParent API to set one window as the parent for another. Do you have another window handle that you can pass to SetParent? If so then you're good to go. Otherwise, you're not.
 
Back
Top