[DllImport("user32.dll")]
static extern bool PostThreadMessage(uint idThread, uint Msg, UIntPtr wParam,
IntPtr lParam);
None.
Shouldn't the DllImport attribute have SetLastError=true???
Please add some!
Please add some!
Do you know one? Please contribute it!