Here is a small code snippet that shows how to simulate a mouse click event, in C++:
System::IntPtr hButtonWnd = this->OkButton->Handle; HWND hwnd = (HWND)hButtonWnd.ToPointer(); ::PostMessage (hwnd, BM_CLICK, 0, 0);
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)