| Thread | Last Post | Replies |
|
| Word Template as a Resource File | 02 Mar 2007 16:40 GMT | 1 |
I've got 3 different Word templates that I have as resource files. I know that I can pull them in from the assembly by using GetManifestResourceStream (at least I think this is the method to use) and that the assembly object should be from GetExecutingAssembly.
|
| document based development with VSTO 2005 SE | 02 Mar 2007 15:07 GMT | 1 |
i have downloaded VSTO 2005 SE from the microsoft website. It's possible to develop document based programs with this version or only application based programs? When not: what do I need for document based programs? best regards
|
| Data table values write into excel | 02 Mar 2007 08:36 GMT | 1 |
Hai all, I am a new guy inthis group. I need help from ur side. I am already create a Excel using arraylist. But my need is Create a Excel file using Data table. The data table is
|
| debugging problem and Excel | 01 Mar 2007 20:19 GMT | 2 |
I'm in Visual Studio 2005 and am working with an Excel project. I wrote some simple code to try out, and then wanted to run it in debug with a breakpoint to see how it works. The Excel spreadsheet came up, but then I got the following error:
|
| saving template in network drive | 01 Mar 2007 20:17 GMT | 1 |
i have created a Word Template project using vs2005. the template is copied to the "C:\Documents and Settings\<UserName>\Application Data \Microsoft\Templates" folder and the assemblies are on the client machine. Now my problem is that the user is saving some of his
|
| Deploying Excel file created with VSTO | 01 Mar 2007 20:05 GMT | 3 |
I've done a search through the forums, but I haven't managed to find the answer I'm looking for. I have a relatively simple Excel file that I created using VSTO. In the startup event of one of the sheets, I add a button to the toolbar,
|