I need to use Windows Sound Recorder in a project. That is no problem, but how do I position the opened Sound Recorder absolute on a page. And will it matter what screen res the user has.![]()
Professional Software Development Tools
I need to use Windows Sound Recorder in a project. That is no problem, but how do I position the opened Sound Recorder absolute on a page. And will it matter what screen res the user has.![]()
You could see the documentation for Window.EnumerateProcesses() or Window.EnumerateTitles(), and once you found the application you want, use Window.SetPos().
Alternatively, you could use the WinApi plugin, developed by Reteset and published in the forums.
Ulrich
Thank You. That has given me a confident direction to follow.