i am working on some secure project in .net framework. For which i am going to make win from application and to make sure about security after once executing my windows form application i will disable all the controls like Alt, Tab etc. User can not be able to open any other application before finishing our application, but some of the applications that our user needs to use during execution of out application i.e MS Word, Power point, paint, Microsoft mathematics etc. Now i want to give user the menu for allowed applications and when user opens some application e.g. MS Word. That should be open in running windows form in new tab or in new window frame. So far i have done some R&D on it but not find any example in which any office application running inside windows frame.
Thanks,