K
klaus triendl
hi,
we use vc++ and mfc for our program and need automation to display office
documents.
there is automation support in mfc, so i got it working so far.
there are still three major problems:
1) the automation server takes over the mainframe of the application.
is it possible to limit it to a childframe of a view?
note that the office document itself is displayed in the view window, but
toolbars are displayed on the mainframe
2) is it possible to turn off the toolbars before they are displayed?
by now, i set them invisible by iterating the commandbars but after the
automation server already displayed them.
3) we don't want that a toolbar pops up asking the user for the password
if the document is protected
thx for any hints
we use vc++ and mfc for our program and need automation to display office
documents.
there is automation support in mfc, so i got it working so far.
there are still three major problems:
1) the automation server takes over the mainframe of the application.
is it possible to limit it to a childframe of a view?
note that the office document itself is displayed in the view window, but
toolbars are displayed on the mainframe
2) is it possible to turn off the toolbars before they are displayed?
by now, i set them invisible by iterating the commandbars but after the
automation server already displayed them.
3) we don't want that a toolbar pops up asking the user for the password
if the document is protected
thx for any hints