BlitzMax + Word Document Editor (via activex?)

BlitzMax Forums/MaxGUI Module/BlitzMax + Word Document Editor (via activex?)

ShadowTurtle(Posted 2010) [#1]
I need to use/embed the word document editor (office 2003/office 2007) into blitzmax. Is there a solution?

The most used way in c++ programming is using activex. Exists already a good way to use activex in blitzmax?

The solution must not support cross-platform. Target system is windows.

Edit: Final questions: How can i create support for activex in blitzmax? Is there a nice little interface/module builder wich utilize activex components?