Click to See Complete Forum and Search --> : How do I make my own message?


msanford
March 25th, 2003, 05:26 PM
I know I read this in a forum, (probably this one) but I can not find the thread. If anybody can point me towards that thread or tell me how I can make my own Windows message to pass to my function I would be enternally grateful, AND done with this whole dll, thread thing that I have been bugging you guys about. Thanks for your help. :)

Paul McKenzie
March 25th, 2003, 05:32 PM
Use RegisterWindowMessage. A thread on it is here:

http://www.codeguru.com/forum/showthread.php?s=&threadid=234785&highlight=message

Regards,

Paul McKenzie