Jump to content

Hiding a media player


Recommended Posts

Does anyone know of a media player that can be hidden on execution? I have tried Windows Media Player, AAMP, foobar2000, and WinAmp but none of them seem to support the ability to be hidden on execution. I got Windows Media Player to be hidden after the window appears. I need this for a notification but cant have the window show. Here is my code I am using:

CODE
ShellExecute("attention.wav","","c:\users\steven\documents\autoit\wav files\")

Sleep(1000)

WinSetState("Windows Media Player","",@SW_HIDE)

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...