S
Serg
How can i emulate in .net that function:
BOOL PostMessage( HWND hWnd,
UINT Msg,
WPARAM wParam,
LPARAM lParam
);I need a simple async event firing for my WindowsForm without any
callbacks. What is the simplest way for that?thanks in advSerg.
BOOL PostMessage( HWND hWnd,
UINT Msg,
WPARAM wParam,
LPARAM lParam
);I need a simple async event firing for my WindowsForm without any
callbacks. What is the simplest way for that?thanks in advSerg.