[REBOL] Re: Skinz 0.1 (API Tutorial)
From: tbrownell::shaw::ca at: 23-Feb-2002 17:08
It would appear that the word WM_COMMAND must be sent as a string? (An excerpt from the Python link... # wonder why win32 imports dont define these WM_COMMAND = 0x0111 WM_USER = 0x400 WA-Command: make routine! [ hwnd [integer!] WM_COMMAND [Integer!] ] win-user "SendMessageA" WA-Command wahwnd 40047 halt Dont know if this helps... Python Winamp controller.. http://www.shalabhchaturvedi.com/creations/winamp.py.txt