Webbrowser control in Vista with Office 2007

S

swaykid

Hi,

I have a webbrowser control embedded in a winform (vs2005) and use it
for previewing documents.

The form works perfectly in XP with office 2003

When using the same form in Vista with office 2007 the document opens
Word/excel etc and doesn´t allow the preview within the webbrowser
control.

I use the wb.Navigate(docname,"_self") method to fetch the documents.

Also tried draggin and dropping in Vista and this also fails to work.

Any ideas how I could get this working or if I need to update the app
to WPF/Net 3.0

Thanks in advance

A
 
S

Smokey Grindle

I think its a change in how office 2007 works... because I cant open a PPTx
file or anythin in IE7 and Office 2007 on XP either inside the browser


Hi,

I have a webbrowser control embedded in a winform (vs2005) and use it
for previewing documents.

The form works perfectly in XP with office 2003

When using the same form in Vista with office 2007 the document opens
Word/excel etc and doesn´t allow the preview within the webbrowser
control.

I use the wb.Navigate(docname,"_self") method to fetch the documents.

Also tried draggin and dropping in Vista and this also fails to work.

Any ideas how I could get this working or if I need to update the app
to WPF/Net 3.0

Thanks in advance

A
 

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