‎2008 Feb 22 4:13 AM
‎2008 Feb 22 5:49 AM
Hi,
Check the Command pattern in Gof books, MFC almost use it in
the same way:
SubWidget in the dialog will catch it firstly, it will
forward it to Parent window(the dialog) if *request is not
for it or no handler defined.
This procedure runs recursively, until one handle it or pass
it to application object. Application will omit unknown
command by default
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.
‎2008 Feb 22 4:20 AM
Hi
check this links
http://users.tkk.fi/~kny/patterns/behavioral.html
http://www.planetlearn.com/winprogusmfc.html
Regards
Anji
‎2008 Feb 22 4:20 AM
Hi Diwakar,
Check this:
http://msdn2.microsoft.com/en-us/library/shfzay75.aspx
http://users.tkk.fi/~kny/patterns/behavioral.html
Hope it helps.
Thanks,
Swati
‎2008 Feb 22 5:49 AM
Hi,
Check the Command pattern in Gof books, MFC almost use it in
the same way:
SubWidget in the dialog will catch it firstly, it will
forward it to Parent window(the dialog) if *request is not
for it or no handler defined.
This procedure runs recursively, until one handle it or pass
it to application object. Application will omit unknown
command by default
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.