|
i have parent form and child form, i set property mdiparent = true . i also override WndProc() in child form to get the window messages(Custom Msg). but when i set mdiparent property then i did not get window messages. i can not override WndProc() in parent form. can anyone tell me how to get window messages when mdiparent is true |