PDA

View Full Version : Using Windows Accessories & Positioning.


Pelican
07-09-2008, 02:05 AM
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. :o

Ulrich
07-09-2008, 09:33 AM
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

Pelican
07-09-2008, 12:54 PM
Thank You. That has given me a confident direction to follow.