SetParent is a window-handling function of the Microsoft Windows API.
In Delphi I've used ShellExecute for years to launch (and optionally wait for) other applications. Now though, I need to …
delphi shellexecute setparentI'm trying to set childForm as the child of the main Excel window using the SetParent API through PInvoke: Form …
c# winforms excel office-automation setparent