The MASM Forum

General => The Campus => Topic started by: xandaz on November 27, 2020, 07:37:43 AM

Title: Send/PostMessage problems.
Post by: xandaz on November 27, 2020, 07:37:43 AM
    I have a menu that supposeatlly belonghs to an Mdi child window but the messages go to WndProc instead of MdiChildProc. I tried to use SendMessage and PostMessage to relay the messages to the MdiChildProc but it's not worling. Any ideas? thanks