Go and Windows Process::MainWindowHandle Property/hWnd

Hi guys,

How are you?

I would like to open an application using GO, in Windows, and control where and the size of that external application, like so:
Size=872x603
Position=876x225
Size and position on the scrren.

In C#:

SetWindowPos function

https://msdn.microsoft.com/en-us/library/system.diagnostics.process.mainwindowhandle(v=VS.100).aspx

Simple example:
I would like to split the desktop in 4 equal parts or 9 equal parts, each part would be a container? that will receive a application/window like chrome, firefox, word, excel, autocad, revit opened by GO’S exec.Command ,all programs’s window will have the same size like in a matrix.

Thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.