![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Controlling WinAMP (WM_COPYDATA problem)
From: The Collector <thecollector.2k@gmail.com>
Date: Thu Jun 30 2005 - 22:38:44 CEST
Hi, i changed the code to this:
hWnd = FindWindow('Winamp v1.x', None)
def packData( dwData, item ):
def addItemToPlaylist( item ):
file = r"C:\Party Animals - Atomic.mp3"
it's working like a charm now... I did found some other mistakes, but
|