Page turn effect for the dialog
-
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
-
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
That would be difficult to do with MFC. A few effects are supported using
AnimateWindow
. For additional effects I suggest you go for flash or flex.«_Superman_» I love work. It gives me something to do between weekends.
-
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
Here is one article that shows some animation for the dialogSliding Dialog Windows[^].
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
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
vickyoncodeguru wrote:
Can we do this in MFC?
Try this -> Animated Dialog Windows[^]
Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com