Hi
I want to launch Windows Media Player from an Excel macro; play a web stream and re-position the player on my desktop. I can launch the player and get the stream to play, but how do I re-position the player to specific co-ordinates on my desktop?? Code so far:
-------------------------------------------------------------------------------
Sub WebOpenBloombergTV()
Dim WMPID
WMPID = Shell("C:\Program Files\Windows Media Player\wmplayer.exe http://www.bloomberg.com/streams/video/LiveUK_nb.asxx", 1)
AppActivate WMPID
End Sub
-------------------------------------------------------------------------------
Any help on the re-positioning of the player more than gratefully accepted!
I want to launch Windows Media Player from an Excel macro; play a web stream and re-position the player on my desktop. I can launch the player and get the stream to play, but how do I re-position the player to specific co-ordinates on my desktop?? Code so far:
-------------------------------------------------------------------------------
Sub WebOpenBloombergTV()
Dim WMPID
WMPID = Shell("C:\Program Files\Windows Media Player\wmplayer.exe http://www.bloomberg.com/streams/video/LiveUK_nb.asxx", 1)
AppActivate WMPID
End Sub
-------------------------------------------------------------------------------
Any help on the re-positioning of the player more than gratefully accepted!