windows message

Hi


i have a dll witch registers a windows message.. and send it to a window..

RegisterWindowsMessage retruns the message id .. but how will my application know for what id of message to look for



Answer this question

windows message

  • ian

    You need to store the value returned, and pass it to the app which consumes the dll.



  • AndyMauer

    actually my problem was that the c# application wont know the message id.. but you ispared me .. i return the message id when it call the dll CreateHook

    ThaNks!!


  • windows message