with JACOB , i can't specify the file I want to open with MSword.
i hav an application which have to open a .doc .
So I use JACOB. I open MSWord..ok...but i can't find the command to open a file..
my source :
ActiveXComponent xl = new ActiveXComponent("Word.Application");
xl.setProperty("Visible", new Variant(true));
and the path of the file I want to open is in a variable called "path".
Thanks

