CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Posts
    41

    How do I make my own message?

    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.
    Matthew Sanford

    "The man who doesn't read good books has no advantage over the man who can't read them."
    -- Mark Twain

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449
    Use RegisterWindowMessage. A thread on it is here:

    http://www.codeguru.com/forum/showth...hlight=message

    Regards,

    Paul McKenzie

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

Featured