|
-
Mar 26th, 2000, 04:02 AM
#1
Thread Starter
transcendental analytic
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
-
Mar 26th, 2000, 03:56 PM
#2
Thread Starter
transcendental analytic
No one never replies to me!!!!
-
Mar 26th, 2000, 06:56 PM
#3
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).
-
Mar 26th, 2000, 11:17 PM
#4
Frenzied Member
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.
-
Mar 27th, 2000, 03:27 AM
#5
Thread Starter
transcendental analytic
You did get what i meant, Azzmodan. Thanx! Next time I wont encrypt my post
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|