Hello severach,
Thanks for your answer.
I came to that conclusion too,
but under the hood it´s all COM, structures and pointers
defined as i see in mshtmlc.h..
( C and C++ Style )
Another Source told me "reinterpret cast is only formal as hint for the programmer/compiler"..
Not secure, not type safe.
Must be possible somehow to get to an ITHMLDOMNode via IHTMLElement.
Once i had a demo but can´t find it again.
I tried workaround using IHTMLCollection, Markup, Persistent and many different other ways,
didn´t crash,
but didn´t lead to ouput.
Any help would be most welcome,
Thanks,
Tino