For the winamp > vb :
Where did you get this:
Const WM_WA_IPC = &H400
that is WM_USER
I need to get the other constants:
WM_COMMAND
WM_COPYDATA
Printable View
For the winamp > vb :
Where did you get this:
Const WM_WA_IPC = &H400
that is WM_USER
I need to get the other constants:
WM_COMMAND
WM_COPYDATA
:) No one never replies to me!!!!
Think ppl dont reply because your post isn't to clear.
I think you wanted to know the following constants:
Code:Public Const WM_USER = &H400
Public Const WM_COMMAND = &H111
Public Const WM_COPYDATA = &H4A
But then again im not sure if that is what you meant.
BTW I got these constants from the API Viewer(comes with all flavors of VB i think).
Azzmodan got it. All of those VAR's are listed as constants in the API viewer. I used WM_WA_IPC because I was using it in a different place and just put in there to test and never changed it back.
You did get what i meant, Azzmodan. Thanx! Next time I wont encrypt my post :)