I have a Problem! :(

I have a Problem! :(

I want to create the Word.Application inside a TOleContainer, but all what i do, isn´t usability.

On my Form is a TOleContainer. I want to Create an Word.Application (Document) inside the container. 

Example:

OleContainer1.CreateObject('Word.Application', False);
OleContainer1.OleObject.Documents.Open('blabla.docx');

i don´t see the Document in the container...

Comments