I'm fairly new to MFC so please bare with me if my question sounds simple.
I've noticed that once I minimize my applications and that I right click
them on the taskbar that the <Minimize> item does not appear disabled. This
is obviously wrong since my app is already minimized and the item should
be grayed! I'm fairly certain that I need to use the ModifyMenu() function
but I don't know where to call it. Do I use it in the onSize() member function?
I know this is just simple little estetic details but I like my apps to be
perfect... as much as possible...