Results 1 to 5 of 5

Thread: Technocrat

  1. #1

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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

  2. #2

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    No one never replies to me!!!!

  3. #3
    Guest
    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).

  4. #4
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    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.

  5. #5

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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
  •  



Click Here to Expand Forum to Full Width