Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi everyone.

I have plan to make new desktop application based on ATL/WTL. From now on I want to use DHTML UI in this project (for example like CDHtmlDialog of MFC).

How to use DHTML UI in this project (I can not use MFC in this project).

Thank you.
Posted
Updated 8-Jun-10 23:01pm
v3

1 solution

You will have to implement much of the boiler plate code yourself I'm afraid. This[^] is a good starting point. Prepare yourself to fight use COM. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900