Setting the size of the Windows Media Player DRM license window
-
I'm trying to do something that should be simple. We have a DRM encripted WMV file, and we need to control the size of the activation window that comes up while the license is being verified. I've seen files that do this, but we haven't been able to find a way. Apparently this is set by Windows Media Player. How do we tell WMP what size window we want?
-
I'm trying to do something that should be simple. We have a DRM encripted WMV file, and we need to control the size of the activation window that comes up while the license is being verified. I've seen files that do this, but we haven't been able to find a way. Apparently this is set by Windows Media Player. How do we tell WMP what size window we want?
tjeffries wrote:
We have a DRM encripted WMV file, and we need to control the size of the activation window that comes up while the license is being verified. I've seen files that do this, but we haven't been able to find a way. Apparently this is set by Windows Media Player. How do we tell WMP what size window we want?
You could try using the WinAPI, using
FindWindow
andSendMessage
to set the appropriate size.I are Troll :suss: