RegisterWindowMessage

  • Thread starter Thread starter Dansk
  • Start date Start date
D

Dansk

Hi,

I'm looking for the RegisterWindowMessage function in the .Net framework.
Well,... I just can't find it.

Do I have to dllimport it?

TIA,
Dansk
 
Hello Dansk,

Not everything was .NETed, there are a lot of WinAPI methods, which can be
used over p/invoke like this
http://pinvoke.net/default.aspx/user32/RegisterWindowMessage.html

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


D> Hi,
D>
D> I'm looking for the RegisterWindowMessage function in the .Net
D> framework. Well,... I just can't find it.
D>
D> Do I have to dllimport it?
D>
D> TIA,
D> Dans
 
Thanks for the answer, thanks for the link.
Dansk

Michael Nemtsev a écrit :
 

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