Home | Info | Community | Development | myReactOS | Contact Us
[inline, protected, virtual]
Reimplemented from SubclassedWindow.
Definition at line 1111 of file window.h.
{ if (nmsg==WM_KEYDOWN && wparam==VK_RETURN) { SendParent(WM_COMMAND, MAKEWPARAM(GetDlgCtrlID(_hwnd),1), (LPARAM)_hwnd); return 0; } else return super::WndProc(nmsg, wparam, lparam); }