Hello I am trying to develop and ebook program in Visual J++ I am thinking to use an HTML control to display content, I found com.ms.wfc.ui.HTMLControl but don't know how to set it's content. Only I managed to make it load an HTML file. What can I use to show content created dinamically? Thanks
First question is - why are you using visual J++ and Microsoft's classes? You really should be using the classes from Sun unless there is some reason you must use Microsoft's. If I remember correctly, Sun has a few classes that will render HTML. Brian
I use Visual J++ because I need a simple solution for normal users to install on their computer. Otherwise if I use sun java, the would have to install jdk first.