Top "Setparent" questions

SetParent is a window-handling function of the Microsoft Windows API.

How to shell to another app and have it appear in a delphi form

In Delphi I've used ShellExecute for years to launch (and optionally wait for) other applications. Now though, I need to …

delphi shellexecute setparent
Problem positioning window when using SetParent()

I'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