Create your own HTML-Applications or Content-Management-Sytems with our WYSIWYG-HTML-Editor-ActiveX-Control kkHTMLEditor.
We use this Control successfully/effectually in the following languages:
- C++
- MS Access
- Visual Basic
- Delphi
- HTML/DHTML
Example of use e.g. in MS Access:
' Loading HTML-Code to the Control
Me!kkHTMLEditor1.HTMLDocumentBody = strWebsiteContent
' Optional: Assign root path for pictures and picture selection dialog
Me!kkHTMLEditor1.SetHTMLBaseURL (strRootpath)
' Optional: Load CSS-File for formatting
Me!kkHTMLEditor1.SetHTMLStyleFromFile (strCSSFile)