I want to write an application which broadcasts a windows message to the
system.
I tried SendMessage( HWND_BROADCAST, Msg, 0, 0 ) with different values for
Msg.
I found out that for Msg < 0x400 (WM_USER) everything works, but if i tried
Msg in the range from 0x400 to 0xc000 nothing happened.
Has someone an idea ?
Mattias Sj?gren - 04 Aug 2004 14:43 GMT
Johannes,
>Has someone an idea ?
http://blogs.msdn.com/oldnewthing/archive/2004/05/05/126427.aspx
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.