greg613 Posted December 7, 2008 Posted December 7, 2008 I'm working on a project in which I control my VFD display on my HTPC. Currenty the software they have provided for it does not work well with vista 64bit. I have no problems controling the VFD display. My problem is getting information from vista media center. Like getting the current position of the media playing or getting the current song or video file thats playing. Does anyone have any ideas on how I can get this information? Such as reading VMC's memory to get this?
Marlo Posted December 7, 2008 Posted December 7, 2008 You could maybe use CheatEngine to find the memory Addres's of these values and then use the NomdadMemory UDF to display them in your script. Or maybe even use ControlGetText. Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
greg613 Posted December 7, 2008 Author Posted December 7, 2008 You could maybe use CheatEngine to find the memory Addres's of these values and then use the NomdadMemory UDF to display them in your script. Or maybe even use ControlGetText.Thanks for the info hopefully I can get what I want with CheatEngine, if anyone has any other ideas let me know. ControlgetText doesn't find anything with VMC
greg613 Posted December 8, 2008 Author Posted December 8, 2008 well I played around with cheatengine for a while, went through the tutorials but still am not able to find anything in the memory to help me. Any more ideas on how I can do this?
greg613 Posted December 30, 2008 Author Posted December 30, 2008 still looking for a way to do this any more ideas?
Pain Posted December 30, 2008 Posted December 30, 2008 http://en.wikipedia.org/wiki/Windows_Media...ion_developmentWindows Media Center was designed as a programmable platform; other programs can tie into the Media Center UI using the WMC API, which is provided as a managed API. The functionality of Windows Media Center can be extended by three different types of applications....Hopefully you can find some more information about it yourself.
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