So far I have MFC:
1) sending a "Delete" message when the "Close" button is clicked.
So I cant rely on a component giving the correct msg
2)
spawning CScroll messages when the scroll is dragged [case SB_THUMBTRACK] despite a modal dialog box being shown.
So I cant rely on Modal Dialogs stopping other activity.
- I believe wiser heads have abandoned CScroll altogether.
I have got around these problems with user written bool "switches" - those despised refuges of the desperate programmer. Remember folks, test everything, assume everything in MFC will fail.
abing734@yahoo,com
1) sending a "Delete" message when the "Close" button is clicked.
So I cant rely on a component giving the correct msg
2)
spawning CScroll messages when the scroll is dragged [case SB_THUMBTRACK] despite a modal dialog box being shown.
So I cant rely on Modal Dialogs stopping other activity.
- I believe wiser heads have abandoned CScroll altogether.
I have got around these problems with user written bool "switches" - those despised refuges of the desperate programmer. Remember folks, test everything, assume everything in MFC will fail.
abing734@yahoo,com