Hi,
when I open the HTML-Editor with
static void Job1(Args _args)
{
SysInetHTMLEditor editor;
;
editor = new SysInetHTMLEditor();
editor.run();
}
I get an error:
Methode 'DOM' im COM-Objekt der Klasse 'IDHTMLEdit' hat Fehlercode 0x8000FFFF (<unbekannt>) zurückgegeben, das bedeutet: <unbekannt>.
The editor opens and I can do everything with it.
What can be the reason for that?
Thanks for help!
*This post is locked for comments
I have the same question (0)