Hello,

I am trying to use CDHtmlDialog in a MFC dialog based project.

What i want to achieve is pretty sample. Have one image, one button and one text box in the HTML page.

And then dynamically change this based on a timer. i.e., there're multiple images in the folder and it will change every seconds. Once the button is clicked, the timer stops and no more image changes. Same time when image changes the text in the text box also should change.

I know this is pretty simple, but for some reason i am not able to make the image even display in the dialog.

I am using Visual Studio 2012 in Windows 7 machine.

Can somebody share some sample code that does this?

I appreciate your help.

Thanks in advance.