C
Cavey
Hello,
I am using DSOFramer to host word, I am trying to allow the File->New
command but want it to look the same as the Word version with the ability to
select templates or download them from the ms website. What I am getting is a
generic 'Insert Object' control.
Has anyone done work along these lines? I have tried circumventing this by
using vb code and calling
ActiveDocument.Application.Dialogs(Word.WdWordDialog.wdDialogFileNew).Show
but this doesnt work..
Any ideas most welcome..
Regards
AC
I am using DSOFramer to host word, I am trying to allow the File->New
command but want it to look the same as the Word version with the ability to
select templates or download them from the ms website. What I am getting is a
generic 'Insert Object' control.
Has anyone done work along these lines? I have tried circumventing this by
using vb code and calling
ActiveDocument.Application.Dialogs(Word.WdWordDialog.wdDialogFileNew).Show
but this doesnt work..
Any ideas most welcome..
Regards
AC