Tagged Questions
The dsoframer tag has no wiki summary.
2
votes
4answers
5k views
MS KB311765 and DsoFramer are missing from MS site
I tried to get DsoFramer and found that its download page and KB article are missing. I've downloaded DsoFramer from cnet.com but I am still curious: why it is removed and if it is deliberate, what ...
2
votes
2answers
1k views
Excel automation. Need to select multiple items from a Range
I have code that lets me select a single item in arange:
COleVariant vItems = cstrAddr;
hr = AutoWrap(
DISPATCH_PROPERTYGET,
&vCell,
irange,
L"Item",
...
1
vote
1answer
204 views
How to get a reference to patricullar Word Document Paragraphs and then display it into Dsoframer or any Word Processing component for .net?
We are developing C# .net 4.0 Windows Form Based Application. Here, User Will enter the Word Document paragraph number.After getting that Paragraph number, I want to Show that Selected Paragraph's in ...
1
vote
1answer
189 views
how to display Open xml representation of Word Documents Paragraphs into Rich text box or dsoframer using C#.net4.0 Windows form Application?
I have Word document paragraphs in an Open Xml representation(Generated by Open xml - sdk2.0).Now i want to display that Open xml representation based paragraphs in the Rich Text box or ...
1
vote
1answer
530 views
DSOFRAMER and 64bit
We've been using dsoframer to embed excel into our .Net app. Small quicks aside, it works great. Doesn't seem to work on a 64bit machine though.
Has anyone had any luck with this? Recompiling ...
1
vote
1answer
3k views
0x800a03ec when calling Select on an Excel range (IRange). Range was returned from the worksheet's usedrange
I'm trying to select the "used range". I get the worksheet's UsedRange, then I invoke the Select function on it. I receive HRESULT 0x800a03ec on the select call.
Here's the code:
COleVariant ...
1
vote
3answers
3k views
DSOFramer closing Excel doc in another window. If unsaved data in file, dsoframer fails to open with “Attempt to access invalid address”
I'm using Microsoft's DSOFramer control to allow me to embed an Excel file in my dialog so the user can choose his sheet, then select his range of cells; it's used with an import button on my dialog.
...
0
votes
0answers
10 views
Is there any way to prevent the user from editing the excel file that are loaded in DSO FRAMER in C#?
We are developing C#.net 4.0 Windows Forms based application.we are using Dsoframer control to embed the excel document into my Application.Here, i want to prevent the user to edit the excel ...
0
votes
2answers
111 views
How to open Excel file in C# Winform Application with Read Only protection?
I have opened Excel file in my C# Winform Application adding reference to Microsoft.Office.Interop.Excel.dll and using DSO FRAMER CONTROL.But i want to open my excel file with read only protection.I ...
0
votes
1answer
144 views
word 2010 interop : edit word document header
I am using word 2010 and DSOFramer control to embedded word document in winforms application and I have to enter the header edit mode I am using the code below :
if ...
0
votes
1answer
127 views
How to prevent a user from Editing Word document loaded in DsoFramer using C#4.0?
We are developing C#.net 4.0 Windows Forms based application.we are using Dsoframer control to embed the Word document into my Application.Here, i want to prevent the user to edit the document.I have ...
0
votes
0answers
61 views
Problem automating Word 2000 with DsoFramer
I use DsoFramer to embed word in my app, but on a client machine calling
DsoFramer::CreateNew(_T("Word.Document"));
throws a COleException with text "The server threw an exception".
0
votes
0answers
103 views
Can I disable Drag & Drop in DSOFramer
I use DsoFramer to embed Word into my application, but I want to disable drag & drop. Is there an easy way to achieve that, for example with VBA? I already use the COM interfaces to ...
0
votes
1answer
169 views
DsoFramer disables running Excel instances
I'm using DsoFramer control to display Excel documents within my application. Here's the problem: if i have Excel 2007 running as a standalone application before launching my application, and then ...
0
votes
1answer
1k views
DSOFramer.ocx Hosting word documents in 64 bit Windows Forms
It looks like the DSOFramer.ocx component is not available for download anymore from MSDN as described here. Also the DSOFramer component is a 32 bit component. Given this, i have 2 questions:
Is ...
0
votes
1answer
219 views
Prevent opening a file
I am using dsoFramer to open docx files in winforms. When a docx file is opened in dsoframer and user open the same document from windows explorer, the application becomes unstable. How can I prevent ...
0
votes
1answer
882 views
Hide or Disable the MS Word Pop up menu While Right Click on the Active Document of the Dso Framer Control With Vb 6.0
I am using the Microsoft DSO Framer Control to view the word document in the Visual Basic Form.
After Hosting(Open) the Word Document in the DSO Framer Control.
While Right Click on the Word ...
0
votes
2answers
1k views
How to edit DsoFramer 1.3?
I'm using DsoFramer 1.3 in my project to hold Excel (2007) documents. But it have a big problem, that is:
All the Excel documents opened by DsoFramer share only one Excel process. The result is when ...