Post Windows messages?

  • Thread starter Thread starter Hubert Hermanutz
  • Start date Start date
H

Hubert Hermanutz

Hello,

do anythink know, how I can post native Windows-Messages via .NET, how it
were possible about the Windows-API with the function PostMessage(Hwnd,
Message, WParam, LParam)? Or is it required to import this Windows-API
function about DllImport attribute?

Thanks in advance,
Hubert
 
Hello,

You should import the PostMessage API and it works just fine this way -
tested it myself.
 

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