What I'm trying to do is send a WIN32 message using
[DllImport("user32")]
public static extern bool PostMessage(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam);
and receive it in my static Program class, where I have the main() m...
asked by
02.01.2018 / 19:21