Hi
Is there an alternate dialog design where I just call DefDlgProc to do default actions (the same way I would write window procedures and DefWindowProc) rather than returning TRUE/FALSE? It was told me that the idea was to subvert a recursive DefDlgProc call, but I didn't get it.
Thanks :)
Is there an alternate dialog design where I just call DefDlgProc to do default actions (the same way I would write window procedures and DefWindowProc) rather than returning TRUE/FALSE? It was told me that the idea was to subvert a recursive DefDlgProc call, but I didn't get it.
Thanks :)
You might want to check the following link: "A different type of dialog procedure"