RE: Pythoncom scripting Windows Media Player & visible

2005-08-02 Thread Stefan Schukat
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bill Eldridge > Sent: Tuesday, August 02, 2005 6:15 PM > To: python-list@python.org > Subject: Pythoncom scripting Windows Media Player & visible > > > I'm trying to make W

Pythoncom scripting Windows Media Player & visible

2005-08-02 Thread Bill Eldridge
I'm trying to make Windows Media Player visible and control it from Python. It seems when I call it below, I get only the console version, and there's no Visible method like with Internet Explorer. I do catch events, but I need it visible. Should it be put into a panel instead? Should a different