I know how to use "AxWebBrowser" to display MS Word or MS Excel win in a sub
control in my Windows Forms application! I know how to use
“Excel.Application” or “Word.Application” along with "OfficeCodeBehind" to
open up a separate window with Word or Excel and through code behind exchange
data in both directions with my Windows Forms Application. What I do NOT
know how to do is do both of things at the same time such that I can exchange
data with Word or Excel running in the AxWebBrowser control. Does anyone
know how to do both of these at one time?
|