Article ID: 116182
Article Last Modified on 12/1/2003
long CALLBACK __export MainWndProc(/* ... */)
{
RECT rect; /* add this line */
switch (message)
{
case WM_COMMAND:
if (wParam == IDM_ABOUT)
{
DialogBox(/* ... */);
GetWindowRect(hWnd, &rect); /* add this line */
ClipCursor(&rect); /* add this line */
break;
}
Additional query words: 4.00 4.01 4.10 1.00 1.50 1.50.01
Keywords: kbbug kb16bitonly KB116182