How to embed the excel worksheet into my forms?

  • Thread starter Thread starter zhangyl
  • Start date Start date
Z

zhangyl

I want to embed the excel worksheet into my application and use it like
datagrid, if somebody can tell a solution, whether visual studio 2005 can do
it ?
thanks.
 
thank you.
But how can I handle events of the excel application in the webbrowser
control?
 
zhangyl said:
But how can I handle events of the excel application in the webbrowser
control?

I don't think this is supported by this approach. You could try to use
'GetObject' to get a reference to the Excel instance running inside IE, but
I have never tried that.
 
Thank you. I have tried it successfully.

Herfried K. Wagner said:
I don't think this is supported by this approach. You could try to use
'GetObject' to get a reference to the Excel instance running inside IE,
but I have never tried that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top