View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default windows media player commands

There are two ways of controlling a window application from excel using macros

1) Send shortcut keys using the ON Key Command. I don't think there are
shortcut keys that would allow you to control the cross fading.

2) The WPM.DLL is the WIN32 application for the windows Media Player. You
can define the library functions in Visaul basic and the call all the windows
Media functions from Excel VBA. I tried find an example on the internet and
was not successful using the WPM.DLL. I have done this with other Win32
DLL's.

"teepee" wrote:

Hello

Does anyone know if its possible to make use of the crossfading facility of
Widows Media Player 11 in an embedded userform?

Many thanks

tp