-
- cannot see office templates
by kdinuk
- 3 Replies
- Last post
by Cindy Meister
- I install vsto2005se and also install full version office 2003 and visual studio 2005. I want to create new project of type office template. But i cannot see any templates under office, i can only see office add-ins. Please mail me to kdinuk@yahoo.com
-
- excel cells.find not working
by chrisanderson
- 2 Replies
- Last post
by Steve Hansen
- The cells.find command does not work in my code below. Can anyone
tell me why
Any help much appreciated
Chris Anderson
Public Sub DisplayExcelSheet()
Dim oExcel As New Excel.Application
oExcel = CreateObject( "Excel.Application" )
'Open the spreadsheet
oExcel.Workbooks.Open("c:\test.xls)
'search for the text
oExcel.Cell
-
- Dynamically add SmartTagRecognizer terms
by Kostadin Georgiev
- 1 Replies
- Last post
by Andrew Cherry [MSFT]
- HI
I'm developing an Office 2007 Add in that needs to dynamically register what will be recognized by a custom smart tag. How to obtain the smart tag recognizer ( implementing ISmartTagRecognizer ) instance in the Add in to dynamically add terms to it If it is not possible, please suggest another solution.
Thanks,
Kostadin
-
- Have microsoft provided any API to develop Office Communicator?
by nice_boy_super
- 3 Replies
- Last post
by Douglas H. Troy
- I want to add some personal function in the Office Communicator.
Seems like the tab function in msn live.
Anyone know where can i get this information
Thanks,
Raymond
-
- Excel and VS2005
by Vidhi Yadav
- 1 Replies
- Last post
by Cindy Meister
- guess this is the ryt place to post this problem :(
am very new to VS2005 n the very first task that has been assigned to me is of opening an excel thru the web application and storing the same in Sharepoint. The user is not to be promptedie, the file should be saved in a particular folder on the click of submit button. Am attaching d code here.
Allso, another imp thing is how do i add a Dro
-
- C# Outlook 2003 add-in accessing the sender address when using Microsoft Exchange
by CoreyOg
- 3 Replies
- Last post
by CoreyOg
- I've added a button to the "Compose Message" window and what I'm having troubles doing is when the button is clicked, I want to assign whoever is sending the email (the "from" address) to a String variable so I can use it. I have it working correctly for people using your regular SMTP server but when somebody is using a Microsoft Exchange server, all I get is "\o=organizat
-
- VSTO Outlook Addin Help
by 100011
- 13 Replies
- Last post
by Sue Mosher - Outlook MVP
- I already asked this question but nobody answered it. If nobody knows the answer please let me know and I will search for an alternate solution.
I am trying to create an AddIn for Outlook. The AddIn is used to auto populate the "To..., Cc..., and Bcc..." on a new message from data I have stored in a database. Does anybody know how to create or overload an event handler for the t
-
- VSTO2005 and SE Office 2003 and 2007
by laiseng
- 4 Replies
- Last post
by Dennis Wallentin
- i'm currently developing and office 2007 solutions so i've installed VSTO2005SE, this is the version for office 2007 and VSTO2005 is for office 2003 should i install also VSTO2005 but inorder to install VSTO2005, i'm require to install office 2003 i've read somewhere in the msdn page that there shouldnt be both version of office (2003 and 2007) installed at the same machine. why do VSTO2005SE do
-
- No Range Object in Recognize2 Method
by tr7
- 2 Replies
- Last post
by tr7
- Hi all,
I'd like to search for specific text in the recognize2 method. In Eric Lippert's VSTO book, he details a method to recognize text in a Word document but that's only in reaction to typing the text. I was wondering if there's a way to recognize text on startup. As Misha Sneerson mentioned in another thread, it's not possible to access the OM in recognize2 method so that leaves out using t
-
- Required files to run powerpoint add-in
by LasseJ
- 7 Replies
- Last post
by LasseJ
- Hi Which files is required to run a powerpoint add-in The registry files is set up correctly and the dll is installed but it wont work on other computers. //lasse
-
- Outlook 2007 - overriding mail sends.
by Kieron Thwaites
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I'd like to override the code executed when the user clicks on the Send button in the New Message window in Outlook 2007 with my own code if a custom option is selected by the user.
Something like this:
// when the user clicks on the Send Mail button
if (condition)
{
// my own code would go here
}
else
{
// do not execute any custom code, send mail
-
- Outlook: MAPI fields versus User Properties
by MauricioUY
- 14 Replies
- Last post
by Ken Slovak
- Hi,
I want to improve an outlook addin which is using mapi fields (a lot) and this is generating abnormal behaviors in outlook, so now I'm in doubt to quit all use of mapi fields fo User Properties but I need some recomendatios or comments about using "mapi fields vs user properties" (or viceversa).
Thanks,
Mauricio.
-
- Excel Crash
by NCAnand
- 1 Replies
- Last post
by Peter Jausovec
- Hi,
I had built a complete solution using VSTO 2005 and Excel 2003.
I had it working for last 2 weeks.
Today, when i was doing Excel crashed and just cannot get my code behind to work since then.
I am not able to click any buttons, or click the drop down of combo box nor debug the application.
Always the excel shows up, but none of my code-behind is working.
I have installed VSTO
-
- VSTO Custom Task Panes
by Dave Wood
- 3 Replies
- Last post
by Gary Webb
- I have written an Application level addin for Word 2007 in C# using VSTO SE. I have a toggle button on my ribbon which displays a custom task pane. This all works fine.
I also have a VB6 application which creates Word documents, this application needs to tell my AddIn to display the custom task pane. So I exposed a method in my AddIn which creates the custom task pane. If I use the VB editor in
-
- VSTO2005 and SE Office 2003 and 2007
by laiseng
- 4 Replies
- Last post
by Dennis Wallentin
- i'm currently developing and office 2007 solutions so i've installed VSTO2005SE, this is the version for office 2007 and VSTO2005 is for office 2003 should i install also VSTO2005 but inorder to install VSTO2005, i'm require to install office 2003 i've read somewhere in the msdn page that there shouldnt be both version of office (2003 and 2007) installed at the same machine. why do VSTO2005SE do
-
- Pop3 password Outlook 2003
by Dimitri Campana
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I am developing a tool that has to use existing Outlook (XP/2003/2007) pop3/imap account(s). It is easy to work with all Outlook account information using MAPI, except password. Unfortunately I don't know how to find out password for particular pop3/imap account. Other known way to access pop3/imap password is to read registry value HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVer
-
- .Net Word 2007 Add-In could no be installed on Office 2003
by Hweidi
- 4 Replies
- Last post
by Hweidi
- I created word add-in using .Net 2005 and it had been installed and worked successfully on office 2007.
How can I create Word 2007 add-In that can be installed and worked successfully on office 2007 and all other older office versions
Please help me.
Many thanks.
-
- Monitoring a shared mailbox
by AdrianMills1973
- 7 Replies
- Last post
by sairama
- Hi
We currently have a shared mail box which users email support request to. I am trying to write an Outlook Add-on in C# which alerts us when a new email arrives into the mailbox. I can get the MAPI folder required but how can I get the NewMailEx event to fire from this folder and not my default Inbox
Cheers
Ade
-
- The installed addons dont appear
by perpetual_dream
- 2 Replies
- Last post
by perpetual_dream
- Hello,
I have installed four addons for (word, powerpoint,excel,outlook) on my machine(developer machine). When I install the file on a client machine, I don't see on the CommandBar, neither I do see it in the installed add-ons list. I have installed vsto runtime on the client machine. I donno what may have gone worng.... Could Microsoft office need repair by any means What are the possibil
-
- Outlook-Add-In
by T_B__86
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, I'm working on an add-in for Outlook 2007.
In Outlook I have several mailboxes(Imap)
How can I get the "Sent"-Folders of each mailboxes
Code Snippet
Application.ActiveExplorer().Session.GetDefaultFolder(OlDefaultFolders.olFolderSentMail)
//So I only get the "Sent"-Folder of the first mailbox
-
- SetParent for Excel makes in not working
by VisitorS
- 3 Replies
- Last post
by Geoff Darst - MSFT
- Hello, I need to enclose Excel application into my form. For this purpose I use SetParent Win32 function. The result of this call is that Excel application becomes enclosed into my form and work as it supposed to. However this works for Office 2003 and does not for Office 2002 (2002 = XP). When Excel 2002 is installed on the client machine some strange things happen to Excel - it doesn't react to
-
- Setup project for VSTO 2005 SE
by Thierry Nenin
- 7 Replies
- Last post
by Dennis Wallentin
- Hi all,
So far I am concerned by deployment of Office Code Behind solutions, i was really happy to have found two great technical article addressing all issues about making a complete setup with a bootstraper to install all the prerequisite.
But as those valuable ressource adressed all VSTO 2005 issue (installing runtime, language pack and so on), what's about VSTO 2005 SE
Sure that the r
-
- How To List Worksheets of an Excel File in C#?
by IBRAHIM ERSOY
- 12 Replies
- Last post
by waeldief
- Hi,
i have been dealing with it for 3 hours and couldnt figure out how i can list the worksheets in c#
is there anyone who had solved that thing,if theres can he/she tell me how can i do it
Thanks a lot...
-
- SMS distribution of VSTO 2005 Outlook Addin - All users/current user problem
by Mourn
- 3 Replies
- Last post
by bobchauvin
- Hello!
I have developed an addin for Outlook 2003 with VSTO 2005. The addin is to be distributed to about 30 users with SMS. I have created an MSI which includes the SetSecurity project from the walk-through. http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerWalkthrough.asp This MSI manages to install everything correctly if a user r
-
- Issues with SHDocVw & Word Documents
by Milby7007
- 2 Replies
- Last post
by Douglas H. Troy
- Hi,
I'm writing a c# app that uses the web browser control to display word documents. Although i had to build the menus myself by enumerating through the Word documents CommandBarControl's it looks pretty much perfect. However there seems to be a BIG problem with the web browser control (either using the wrapper shipped with .NET, or the COM library shdocvw.dll) as the moment you open either 2