hamohd70 Posted August 29, 2014 Posted August 29, 2014 I'm trying to create a player control buttons overlay on a running ffplay.exe process windows to allow functions like play, stop, step forward, ..etc. but to do this i need to get the window position of ffplay window first. any clue on how to do it?
junkew Posted August 29, 2014 Posted August 29, 2014 (edited) winlist, wingetpos functions of AutoIT will help please read the help file https://www.autoitscript.com/autoit3/docs/functions/WinList.htm https://www.autoitscript.com/autoit3/docs/functions/WinGetPos.htm https://www.autoitscript.com/autoit3/docs/functions/ControlClick.htm https://www.autoitscript.com/autoit3/docs/functions/ControlCommand.htm edit: modified based on comment from JohnOne below Edited August 29, 2014 by junkew FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
JohnOne Posted August 29, 2014 Posted August 29, 2014 winlist, winpos wingetpos functions of AutoIT will help please read the help file AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
dynamitemedia Posted November 6, 2014 Posted November 6, 2014 I'm trying to create a player control buttons overlay on a running ffplay.exe process windows to allow functions like play, stop, step forward, ..etc. but to do this i need to get the window position of ffplay window first. any clue on how to do it? were you able to get this to work? and i was also wondering if you had it embedded somehow? or how you know the x,y of the ffplay.. i would like to do similar at least with stop pause
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now