473,406 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Excel won't embed into WebBrowser in WinsForm

Joe
Hi

I am able to embed Excel into a WebBrowser on my Dev machine but on a client
machine
an instance of Excel starts in it's own window.

Anyone seen this before???
Thanks
Browser = new WebBrowser();

Browser.Dock = DockStyle.Fill;

Browser.Location = new System.Drawing.Point(0, 0);

Browser.Name = "Browser";

Browser.Size = new Size(223, 443);

Browser.TabIndex = 0;

pnlPreview.Controls.Add(Browser);

this.ResumeLayout();

Browser.Url = new Uri(sPath + "\\myxls.xls");
Nov 7 '06 #1
1 2703
It will be down to the IE settings on the client machine, this isnt a nice
thing to do. Isnt excel available as an OLE object? It used to be.

Ciaran O'Donnell
"Joe" wrote:
Hi

I am able to embed Excel into a WebBrowser on my Dev machine but on a client
machine
an instance of Excel starts in it's own window.

Anyone seen this before???
Thanks
Browser = new WebBrowser();

Browser.Dock = DockStyle.Fill;

Browser.Location = new System.Drawing.Point(0, 0);

Browser.Name = "Browser";

Browser.Size = new Size(223, 443);

Browser.TabIndex = 0;

pnlPreview.Controls.Add(Browser);

this.ResumeLayout();

Browser.Url = new Uri(sPath + "\\myxls.xls");
Nov 8 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Shawn | last post by:
Does anybody know how to embed an Excel Worksheet into a (vb .net) form? I want the worksheet to appear as though it's a control on the form with all the functionality of a worksheet. I don't...
4
by: zhangyl | last post by:
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.
5
by: mabond | last post by:
Hi recently read a posting and reply about Excel processs still running after the Appliction.Quit was called. Thought I might be able to use the same...
9
by: G .Net | last post by:
Hi Can anybody tell me how I can view an Excel file from within a vb.net application? Thanks in advance G
2
by: Joe | last post by:
Hi I am able to embed Excel into a WebBrowser on my Dev machine but on a client machine an instance of Excel starts in it's own window outside of my form. I have used the WebBrowser with VS 2005...
2
by: Thomas | last post by:
It sounds a piece of cake but I was suprised how frustrating it is to do it. I have a winform which receives data from database and present them as Excel chart and spreadsheet. It is required by...
2
by: Thomas | last post by:
It sounds a piece of cake but It is surprisingly frustrating to do. I have a winform which receives data from database and present them as Excel chart and spreadsheet. It is required by the client....
1
by: Joe | last post by:
Hi I have embedded Excel in a WebBrowser on a Form but none of Excels Menus are present Is this the way it is suppose to work??? Do I need to add my own button to print/save excel from...
14
by: jim | last post by:
OK...Don't ask why - it'll just make ya mad. It makes me mad just thinking about it. I swear....if I didn't need this job, I'd tell 'em where to embed their webbrowser control. But, since I do...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.