Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: guav
Forum: Winamp Development 30th December 2004, 21:36
Replies: 7
Views: 2,520
Posted By guav
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
Posted By guav
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
Posted By guav
I am afraid that window name might change. It...

I am afraid that window name might change. It seems not to vary from vesrion to version, but it is changed in localized version.

But... I see the light ! :D :cool:

#define IPC_GETPREFSWND...
Forum: Winamp Development 27th December 2004, 11:52
Replies: 6
Views: 2,772
Posted By guav
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
Posted By guav
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
Posted By guav
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
Posted By guav
Have looked at IPC_GETPLAYLISTTITLE in...

Have looked at IPC_GETPLAYLISTTITLE in winamp\wa_ipc.h ?
Forum: Winamp Development 20th December 2004, 22:07
Replies: 6
Views: 2,772
Posted By guav
GP plugin - config() - how to set proper parent ?

How do I set Winamp Preferences dialog as a parent of Config dialog of my general purpose plugin ?
WinampGeneralPurposePlugin.hwndParent is winamp main window and config() takes no parameters...
Showing results 1 to 8 of 8

 
Forum Jump