excel chart in a vb.net form

J

Jaime Lucci

Hi everyone!

I need to show an excel chart in my application. I can open an excel file
and make the chart, but I want to show the chart inside my form insted of
the excel GUI. I use the PrintPreview command, but it open another window
for the excel application with the chart.

Can I do that, to place an Excel Chart into the from? I mean, can I use any
object that let me do that?

Thanks.

Jaime Lucci
 
P

Paul Clement

¤ Hi everyone!
¤
¤ I need to show an excel chart in my application. I can open an excel file
¤ and make the chart, but I want to show the chart inside my form insted of
¤ the excel GUI. I use the PrintPreview command, but it open another window
¤ for the excel application with the chart.
¤
¤ Can I do that, to place an Excel Chart into the from? I mean, can I use any
¤ object that let me do that?

You might want to try using the WebBrowser control:

http://support.microsoft.com/default.aspx?scid=kb;en-us;304643


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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

Top