Windows Message value and meaning...

S

Steph.

Does anybody where I can find the value of "Windows Messages" ?

In the example below I would like to know the meaning of the "msg.Msg" parameter; if Msg = 134 what is that kind of message ? 134 = WM_?????
protected override void WndProc(ref Message msg )
{
MessageBox.Show(msg.Msg.ToString());
}

Thanks !!



Steph.
 

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

Top