-
- problem using wizards with the stored procedure in VSTO
by Alexei Matiko
- 0 Replies
- Last post
by Alexei Matiko
- Hi! I have a stored procedure for Cross-table query (like PIVOT in SQL2005). Proceure execute sql statement which returnes dataset but in this case quantity of columns is not constant. Am I right to use the following code for data binding or there are any other methods using wizards
string strSql = "exec sp_CrossTab @table='ViewPrixBySeas',@onrows='EgleS.dbo.GetSeas(data)',@onrowsalias='
-
- Outlook Add-In - No permission to execute assembly
by VKoen
- 2 Replies
- Last post
by John R. Durant - MSFT
- Private Sub _cbb_Click1(ByVal Ctrl As Microsoft.Office.Core.CommandBarButton, ByRef CancelDefault As Boolean) _ Handles _cbb.Click
Dim form As New frmMyCExport() form.Show() End Sub
I created an Outlook Add-In which adds a toolbar with one button in an Outlook Insp
-
- New Deployment Article for VSTO2005 SE
by Darryn Lavery -- MSFT
- 14 Replies
- Last post
by mkmike
- I am pleased to annouce that we have released an updated to the Windows Installer deployment article for Visual Studio 2005 Tool for Office Second Edition.
The article is available at:
http://go.microsoft.com/fwlink/ LinkID=57779
We will be updated the article for Vista in the near future.
If you have any questions, please feel free to open a new thread.
Thanks and regards,
Darry
-
- When will the VSTO support create managed code solutions for word2007?
by Alvin Chen
- 2 Replies
- Last post
by Alvin Chen
- I have a workflow project required to open the word2007 document and approve / reject within the word2007 document. So, when will the vsto support create managed code solutions for word2007
-
- Closing Outlook - Setup Project
by supersonic1976
- 1 Replies
- Last post
by X4U
- Hi,
I am using Visual Studio Setup Project to deploy my Outlook Add-in. Any ideas on how to prompt the user to close outlook before the installation starts
Thanks,
-
- VSTO over VBA
by Muralidhar M S
- 12 Replies
- Last post
by Cindy Meister
- We have hundreds of Excel tools to automate. What makes VSTO better than VBA to automate Excel Getting Visual Studio or the framework installed on user machines is not a problem.
-
- How to get the first line in a word document
by perpetual_dream
- 6 Replies
- Last post
by perpetual_dream
- Hello,
I have a word addin the prompt the user to save the current document. I want the document name to be the first line in the document.
Thanks
-
- XML Tags in VSTO documents disappear
by pnp
- 7 Replies
- Last post
by pnp
- Hi all
I have a somehow weird problem. We have implemented at Word VSTO Solution. In this word document we use a lot of XML tags to locate data and be able to extract it from the document, and save the document as XML and send this to a reporting tool.
All this works as expected. The problem appears when a person from our company HQ sends the Word document to one of our subsidiaries.
-
- Retrieve images from word document
by nisha
- 1 Replies
- Last post
by Cindy Meister
- Can images be retrieved from word document using VSTO 2005
- Thanks
Nisha
-
- VSTO for Excel
by dave_cw3w
- 2 Replies
- Last post
by Anonymous12321232
- Hi All,
I would really appreciate any assitance that could be given in this matter. So far, I have not been able to find the answers I wanted to these questions.
OBJECTIVE:
I am building an application using VSTO 2005, Oracle, and Excell 2003 that will get data from Oracle and create (grouped and sorted) tables and charts to go with it.
QUESTION:
Therefore, I am wondering if it is p
-
- Best practices for server-side generation of spreadsheets
by dagjo
- 5 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
we make a web application (ASP.NET) which among other things generate many reports we export to Excel. We must support Excel 2000 and newer versions.
A few years back I read on MSDN about Office Development and noted that MS discouraged the use of the Office applications on the server side, since they were designed for desktop use and consequently expect an interactive user and offer lim
-
- Problem linking assembly to existing Excel file
by Brian Wolfe
- 2 Replies
- Last post
by Dennis Wallentin
- We are having a problem linking an assembly produced by Visual Studio 2005 to an existing Excel 2003 spreadsheet (.XLS) file. (The assembly is correctly linked to the Excel 2003 spreadsheet created by the Visual Studio 2005 project.)
With Visual Studio 2005 and Microsoft Visual Studio 2005 Tools for Office 2007 SE we have successfully built an install project that deploys a strongly named assem
-
- Working With the Outlook.NK2 file
by Roman Benko
- 7 Replies
- Last post
by Reshmi
- Does anyone know if there is a way to use VSTO to open and read data in the outlook.nk2 file. Our company is changing E-mail addresses for employees and this file contains auto-complete data that can be used to let our staff know who they should send updates too. Thanks.
-
- Outlook 2007 and Word 2007 AddIns
by Westman
- 4 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi everybody,
This is my first time posting a question in this forum. Lets get straight to the problem.
Situation:-
I've created an addin for Word 2007 using VSTO2005 SE. My task now is to re-create the same addin (same function, same look) in Outlook 2007. Addin contains function like setting a specific language in document, calling an external exe file and so on. I've configured Outlook
-
- Not Able to debug VSTO word Application
by Thekkepad
- 8 Replies
- Last post
by Thekkepad
- Hi,
I Have installed VSTO 2005 SE last week and started experimenting in that. Now I am not able to debug the word ADDIN projects. Even if i add any code in _StartUp Method It is not executing...
Any clue
Suresh
-
- Programmatic access to Visual Basic Project is not trusted
by user11
- 1 Replies
- Last post
by Cindy Meister
- Hi all,
I was trying to write a script for Word 2003 sp 3 on Windows XP sp2 in python, but when I run he script I get the error:
COMError: (-2146822220, None, (u'Programmatic access to Visual Basic Project is not trusted.', u'Microsoft Word', u'C:\\Program Files\\Microsoft Office\\OFFICE1 1\\1033\\wdmain11.chm', 25548, None))
I looked in the knowlegde base article dealing with thi
-
- Managed code extensions not working for word template
by Job Lot
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- I have created a word template that presents a UI in ActionsPanelControl on start up that is used to populate bookmarks. I see the UI when I run the project in Debug or release mode or by opening the template from the Debug or release folder. But when I copy the .dll and .dot file (in same folder) to some other location I donĄ¯t see the UI I donĄ¯t even get the error message that states that the cur
-
- Bugs on feedback
by brhoom
- 5 Replies
- Last post
by brhoom
- This question is addressed to MSF people:
I have posted some bugs related to VSTO on the feedback site of visual studio but till now no one acted on them. How long usualy it takes to respond to a bug Also if you may have a look at them and post any workarrounds or solutions.
Posted bugs:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=237414
https://
-
- UDF FOR EXCEL 2003 USING VSTO 2005 SE.
by parmanu
- 4 Replies
- Last post
by Dennis Wallentin
- hi guys i am pretty new to vsto 2005 SE. i have created a add-in using VSTO 2005 SE. i want to write a user defined function say Add(int,int). when we write in the cell =Add(1,2) this will return us the sum. i want to ask where this Add function will be declared and what other refrences are required. i want to know how UDF are used and declared . please enlighten with the above example if possible
-
- Word 2007 Interop problem
by ichi
- 3 Replies
- Last post
by ichi
- Hi, I've upgraded to Office 2007 from Office 2003 and am having some trouble getting some software I made that uses the Word Interop to do search and replace working. I changed the reference to the new Interop assembly I got from the Primary Interop Assemblies . I tried converting my template documents to Office 2007 format, but that didn't seem to help. Everything else seems to be OK but I get
-
- How to: Call native PowerPoint functionalities from my own commandbar?
by kennethzhou
- 1 Replies
- Last post
by Cindy Meister
- I had created a custom commandbar, and I would like to create some commandbar buttons which have the same functionalities as the buttons in PowerPoint toolbar, such as 'Format Painter' in 'Standard' toolbar.
Thanks in advance
Kenneth
-
- Ribbon menu and Toggle buttons
by SoftCreator
- 4 Replies
- Last post
by SoftCreator
- Hello.
I created group with 3 toggle buttons:
< group id ="SData" label ="S Data" > < toggleButton id ="SDataAssignmnets" size ="large" label ="Assignments" screentip ="Show/hide external data Task Pane" onAction ="OnSDataButton"
-
- Installed Office version.
by Westman
- 1 Replies
- Last post
by Douglas H. Troy
- Hi,
Right now, I'm using the key below to detect the version of office installed.
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Application\CurVer
My problem is, if the target computer have both office 2007 and office 2003 installed, how do I detect how many version of office were installed
My solution is based on VSTO2005 SE and VS 2005 Pro on XP SP2.
Any help is appreciated.
Re
-
- Outbox Frustration
by dweeks
- 6 Replies
- Last post
by Sue Mosher - Outlook MVP
- Outlook 2007 VSTO Add-in.
The code (below) works fine... and the items do send , but they appear in my Outbox forever. Can anyone offer help in getting the notes to send and to not have them sit in the Outbox Thanks!
Here is the code:
Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean) Handles Application.ItemSend If TypeOf (Item) Is MeetingI
-
- Best practices for VSTO SE Addins
by Kulvinder
- 13 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi, I want to know that if i create an Outlook Addin, how do i make sure that it is loaded eveytime i open Outlook Lets assume that i have PIAs and eveything required installed. The problem occurs when the Outlook object is opened by an Outlook Automation e.g. Active Sync. In that case, no toolbar is loaded. Is there any way i can make sure that my toolbar is always there
Regards
Kulvi