Use viewport of blender into a form

I’m trying to embed the blender viewport in a form in c ++ (.net)
Currently I have tried to incorporate the process (mission failed since blender.exe is the process in promp. And I can’t call the process with the GUI)
I tried to open blender after compiling it using visual studio but I can’t find anything that refers to the 3D viewport.
I also tried to incorporate blender with Python but the problems were the same.
Do you have any advice?