| Thread | Last Post | Replies |
|
| Setting Saved property does not prevent Save changes dialog box | 31 May 2005 22:20 GMT | 2 |
My VSTO project is having another problem when Word opens a document from a URL when being hosted by IE. Almost immediately the project calls the ThisDocument.SaveAs() method to give the document a new name and
|
| "Protect Document" feature does not work in a VSTO 2005 Word Template project !!! | 31 May 2005 09:17 GMT | 5 |
I have a Word Template project created using VSTO 2005. When I try to protect the document ,from the VS 2005 IDE, the button which says "Yes, Start Enforcing Protection" never gets enabled. How do I protect the document in this case ??
|
| Getting VSTO | 24 May 2005 20:45 GMT | 1 |
How Can i Get VSTO ? Please Tell me the exact procedure for obtaining VSTO i am confused Help Me out Saurabh
|
| Context-sensitive help in Task Pane. | 23 May 2005 15:18 GMT | 1 |
In a VS 2005 Word Template project, I show context-sensitive help in the task pane. The text for this help is currently stored as an attribute in relevant tags in the mapped XML schema.
|
| Drag and Drop with VSTO2005 | 22 May 2005 22:35 GMT | 2 |
Is it possible to implement drag and drop between the VSTO Actionspane and the document? Thank You
|
| VSTO project Command bar question | 20 May 2005 22:39 GMT | 6 |
During my VSTO Beta2 project's Startup event handler, I create a TaskPane control and then add, position and make visible a new CommandBar to the Application's CommandBars collection. Everything works as expected when the project is started by opening a Word document from the ...
|
| Creating action or task panes with VS 2K3 | 20 May 2005 15:11 GMT | 3 |
Is this possible? If so how? I've been searching and searching online and I've found nothing but 2K5 examples. If this isn't possible to do with with 2K3 then is there anyway to tile a windows add-in? What I mean by this is to have the Word wind and the
|
| Creating word object ok from VB.NET but permission denied from ASP | 18 May 2005 17:56 GMT | 2 |
I have created a class library project in VB.NET and created an instance of the word application object using: Dim WordApp As Word.Application = New Word.Application I have then used the application object to create a document and save it.
|
| VSTO 2005 Task Pane Docking And Size | 16 May 2005 16:59 GMT | 1 |
Please tell me: In VSTO 2005, At Excel, How Control Task Pane Docking And Size with Code? Private Sub ActionsPane_DockChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ActionsPane.DockChanged
|
| Custom Document Properties | 12 May 2005 18:20 GMT | 4 |
Can a document's Custom Document Properties be set on the server side with the ServerDocument object? I thought I remembered hearing that could be done during one of the recent VSTO webcasts, but now cannot find it in the Beta 2 documentation. I would know how to do it if the ...
|
| How do Let code work Only activeworkbook | 12 May 2005 02:16 GMT | 2 |
Please help me How do Let code work Only one book is activeworkbook? In VSTO, Open a book aa.xls(with menu and toolbasrs) ,saveas bb.xls,danji Menu or Toolbars ,aa.xls and bb.xls ,All hapen Changes,How does let
|
| Word2000 throws System.ArgumentException | 12 May 2005 00:02 GMT | 1 |
I'm writting a VB.NET application that will edit documents using Find and Replace in Word2000. When I hit theClearFormatting instruction, a System.ArgumentException is thrown with the Message "The Parameter is Incorrect". The ParamName field is empty. This is the code:
|
| Deploying VSTO 2005 Excel Application | 11 May 2005 22:14 GMT | 1 |
Hi. I wrote an application using VSTO 2005 for Excel in Visual Studio 2005 Beta. I'm trying to deploy the application to a machine that has the .NET Framework 1.1 and the .NET Framework 2.0 Beta on it, but not Visual Studio. When I run the application on the target machine I ...
|
| Associating VSTO2 solutions with documents | 11 May 2005 15:13 GMT | 6 |
The samples I have seen so far describe how to create applications that run managed code by attaching it to an existing or a new Word document at design-time in the Visual Studio IDE. Can I create a VSTO2 app and associate it with an arbitrary Word document
|
| VS 2005 Beta 2 + VS for Office + Excel | 11 May 2005 05:33 GMT | 2 |
I'm not 100& sure if this is the correct newsgroup for such a post, so feel free to redirect me if you think it warranted. The problem is one of VS for Office and is as follows; 1. I've installed VS 2005 Beta 2 which includes VS for Office
|