|
-
Apr 19th, 2012, 03:29 AM
#1
New Member
Re: Unlock locked files (similar to Unlocker and WhoLockMe)
I want to do the reverse of this function.i want to get current file name in current wmplayer.exe proccess
-
Apr 22nd, 2012, 12:21 AM
#2
Lively Member
Re: Unlock locked files (similar to Unlocker and WhoLockMe)
 Originally Posted by amna_shahzad
I want to do the reverse of this function.i want to get current file name in current wmplayer.exe proccess
I think what you're looking for is "Now Playing" feature. I think the only way for you to get the current playing song is by tracing the Window Handles using FindWindow and then get the text. Try using some sort of Window Spy tool to see if you can locate some specific component of Media Player GUI and then try getting the window text using hWnd of that component.
Alternative is to find if there is any API that returns current playing song details. I did search quickly, but didn't find any appropriate results. Perhaps a better try with proper search phrase may yield something useful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|