Re: Difference between WM_APP and WM_USER
- From: "Tom Serface" <tserface@xxxxxxx>
- Date: Mon, 5 Jun 2006 10:43:43 -0700
Hi Jeff,
I use these, but I always send my APP messages to a specific window in my
application. I agree that doing this from a DLL may be problematic. I have
seen libraries have user defined messages and mostly they just say in the
documentation that they are doing it and/or only send the messages to their
own windows which would be safe as well (or at least more safe).
Tom
"Jeff Partch [MVP]" <jeffp@xxxxxxxx> wrote in message
news:%23ukjctwhGHA.5096@xxxxxxxxxxxxxxxxxxxxxxx
The WM_APP range has always been either reserverd for future use -- before
there was a WM_APP, or reserved for use by an application for its internal
use. Because a dll is not an application it has never been appropriate for
a dll to use this message range. And again, broadcasting such a message is
outrageously irresponsible.
.
- Follow-Ups:
- Re: Difference between WM_APP and WM_USER
- From: Jeff Partch [MVP]
- Re: Difference between WM_APP and WM_USER
- References:
- Difference between WM_APP and WM_USER
- From: nicetom786
- Re: Difference between WM_APP and WM_USER
- From: Joseph M . Newcomer
- Re: Difference between WM_APP and WM_USER
- From: Jeff Partch [MVP]
- Difference between WM_APP and WM_USER
- Prev by Date: Re: Send message issue
- Next by Date: Re: Show a login dialog box before the main application
- Previous by thread: Re: Difference between WM_APP and WM_USER
- Next by thread: Re: Difference between WM_APP and WM_USER
- Index(es):
Relevant Pages
|