Forum: Winamp Development
30th December 2004, 21:36
|
|
Replies: 7
Views: 2,520
2 Iboz
Your code worked for me with :winamp:...
2 Iboz
Your code worked for me with :winamp: 2.x, :winamp: 5.1. However it did not for :winamp: 3.0.
Check the hwndWinamp value after FindWindow call
If it is 0 then a "Winamp v1.x" does not...
|
Forum: Winamp Development
27th December 2004, 22:27
|
|
Replies: 7
Views: 2,520
Type COPYDATASTRUCT
dwData As Long
...
Type COPYDATASTRUCT
dwData As Long
cbData As Long
lpData As String
End Type
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal...
|
Forum: Winamp Development
27th December 2004, 20:34
|
|
Replies: 6
Views: 2,772
|
Forum: Winamp Development
27th December 2004, 11:52
|
|
Replies: 6
Views: 2,772
well, forget it.
Don't worry. ;)
I didn't found out how does gen_ff set the proper parent.
Finally, I've decided that setting parent to hwndParent is the best I can do. At least not HWND_DESKTOP :)
...
|
Forum: Winamp Development
26th December 2004, 19:20
|
|
Replies: 6
Views: 2,772
Thanks.
But what version of Winamp do you...
Thanks.
But what version of Winamp do you talk of ?
In 2.x I have a main window instead of config window.
But at least trying different versions I installed 2.91 with media library and have...
|
Forum: Winamp Development
22nd December 2004, 22:03
|
|
Replies: 10
Views: 4,753
All the messages that should work in a plugin...
All the messages that should work in a plugin only uses pointers. The problem is that a pointer in one process's virtual address space isn't the same pointer in other's.
There's a few techinuqes...
|
Forum: Winamp Development
20th December 2004, 22:18
|
|
Replies: 2
Views: 2,494
|
Forum: Winamp Development
20th December 2004, 22:07
|
|
Replies: 6
Views: 2,772
|