Hi, I want to implement page turn effect for the dialog. Means, at the time of hiding the dialog, it should be hidden with the effect of page turn. It should look like we turning a page. Can we do this in MFC? Thanks in advance. -Vinayak
V
vickyoncodeguru
@vickyoncodeguru
Posts
-
Page turn effect for the dialog -
arrow keys on CMenuHi, I have created a customized menu class which is derived from CMenu. Can I handle right and left arrow keys on these menu. As CMenu is not derived from CWnd, how can we handle arrow keys on CMenu? Thx in advance, Vinayak