SendMessage( HWND_BROADCAST,.... ) problem

  • Thread starter Thread starter Johannes Müller
  • Start date Start date
J

Johannes Müller

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top