Creating a container with a Form Application - Net 4.5 & Win32 API

Hello,

I am pretty new to all this and for some reason have not found any good documentation that answers my question about Windows containers. All I seem to find is .Net Core or containerizing tools that run as services.

I need to containerize a standard .Net Form App and run it using arguments. I can communicate with the application using sockets so I dont actually need to see it. However what the app does is it tests the GUI functionality of another app. The tester app is written in Net 4.5 and does a lot of calls to User32.dll.

Can anyone point me in the right direction/tutorial where I might be able to do this.

Thank you all!