Hello there,
I’ve been trying to understand how libreoffice spawns it’s processes as I’d like to programatically move / resize their windows in an application I’m working on.
It seems like if I start a .exe like swriter.exe, it creates a child process soffice.exe and that creates a child process of soffice.bin.
If I look in the task manager, soffice.bin contains a LibreOffce Writer window / process but I can’t seem to get it’s process id in any way.
ATTACHED IS A PICTURE ILLUSTRATING MY ISSUE
Once again, my goal is just to get the process id of the swriter document window so I can do things like resize it programatically.
Thanks for checking out my question!
Best,
Nick