I have tried ShowWindow(second.handle, SW_SHOWNOACTIVATE), but the mainform loses focus.If I set Visible := false on the second window, the call to ShowWindow does not activate the second form, but the windows is empty when shown...
I have tried ShowWindow(second.handle, SW_SHOWNOACTIVATE), but the mainform loses focus.If I set Visible := false on the second window, the call to ShowWindow does not activate the second form, but the windows is empty when shown...