G
Guest
I'm not sure if this is the appropriate group to post to for this question,
since the question sort of crosses some of the group descriptions, but I'm
going to start here...
I've built a C# application for a customer that hosts the
AxSHDocVw.AxWebBrowser control. Using that control, I navigate to a local
Excel document as described in this knowledgebase article:
http://support.microsoft.com/kb/304662/EN-US/
The whole purpose of this is to accomplish what we used to do when we'd
embed an Excel document into a form in the 6.0 days.... this became a bit
more involved with .Net, since it appears we have to use the web browser
control as a kind of proxy in the middle between the host application and the
Excel active document. Anyway, the Excel document in question has embedded
buttons and other UI controls in the cells of the document itself.
My question is, how in the world do I bubble up the events of these controls
to the host application? I've tried everything I can think of, and nothing
seems to bubble up. Is this even possible?
Thanks!
since the question sort of crosses some of the group descriptions, but I'm
going to start here...
I've built a C# application for a customer that hosts the
AxSHDocVw.AxWebBrowser control. Using that control, I navigate to a local
Excel document as described in this knowledgebase article:
http://support.microsoft.com/kb/304662/EN-US/
The whole purpose of this is to accomplish what we used to do when we'd
embed an Excel document into a form in the 6.0 days.... this became a bit
more involved with .Net, since it appears we have to use the web browser
control as a kind of proxy in the middle between the host application and the
Excel active document. Anyway, the Excel document in question has embedded
buttons and other UI controls in the cells of the document itself.
My question is, how in the world do I bubble up the events of these controls
to the host application? I've tried everything I can think of, and nothing
seems to bubble up. Is this even possible?
Thanks!