best way for using html-controls/templates in vc++6?
-
hi! i would like to implement a html-site - a small html-template with a few controls like a slider, buttons and so on... the user should be able to change the look of the application by just editing the html-template. from within c++ i want to get info, if the user clicks a control (button, slider...) and i want to change eg. the position o f a slider, content of a listbox, text of a button... the template has to be embeded in the main application... the main-framework should be a CDialog is it possible to do this without requesting the user to install ie6 or something? the app should also work, if just a minimum iexplorer is installed. or is there a way to do this without ie? how do i interact with the html-template from within my c++-code? has anyone a idea or tutorial? maybe some demo-classes on thecodeproject.com? i actually don´t know, what i have to search for ;o) cheers, vertex_X