Rick Langschultz wrote:
Hello,
I know this is a bit off topic but I was wondering if anyone knew how
to embed an HTA inside a c++ application. I know that the Add /
Remove Programs control panel applet uses HTAs to display registry
settings. I want to do sort of the same thing with my app.
HTA is ordinary html except for the application header, which controls
things which will likely be determined by your C++ app. You can usually
just create an IBrowser and stuff your hta document inside.