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.
 
Back
Top