Hello all,

I am using CDHtmlDialog to create a simple MFC app. I want my app to do the following things.

Load images by using the MFC code to the DHTML page.

Change texts in the DHTML page using the MFC code.

Capture DHTML button cicks inside the MFC code and based on that change the images & texts.

For the 1 & 2 i am planning to do that inside a TIMER or Thread and dynmically change them for user.

I am able to make a simple app, but what am struggling with is changing the images & texts in DHTML page from the MFC code.

Can someone tell me how to do that?

A sample app or code will be great.

Thanks in advance.