-
- Windows app to monitor outlook folder cycles through only half each tick?
by nomb
- 11 Replies
- Last post
by nomb
- Hey guys,
I haven't figured out yet how to make an outlook-addon so atm I am stuck doing a windows app. I have a timer which is fired every 45 seconds. It then cycles through whatever folder you choose and takes each mailitem and adds it to a list view. Then deletes the item. The only thing is that every time it ticks, it only goes through half. For example if you have 20 messages in the de
-
- WindowActivate not called with maximizing window in 2007
by JenniferStites
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- My problem is exactly what it sounds like. I have a com addin that puts up a menu on windowactivate. In Word 2007, however, after minimizing the Word window, maximizing the same Word document does not initiate the WindowActivate event. Any suggestions welcome! Thanks!
-
- Is Microsoft taking problems serious?
by Raptorix
- 5 Replies
- Last post
by Geoff Darst - MSFT
- Today i came back from a 2 week holiday, before my holiday i had to investigate or InfoPath could be of use of one of our customers, i installed infopath 2007, and was looking for some developer tools for VS2005, since we want to use infopath serverside/webbased.
After installing several servicepacks (why are those not advised in the microsoft updates ) i finally got what i want! (took me 4 hou
-
- Excel 2007 setting Border.LineStyle
by wpackemb
- 3 Replies
- Last post
by Dennis Wallentin
- This code works for pre-Excel 2007 and not Excel 2007:
(1) style.Borders[Excel.XlBordersIndex.xlEdgeRight].LineStyle = Excel.XlLineStyle.xlContinuous;
if I change it to the following (casting the constant instead of using the XlBordersIndex value)it will work in 2007:
(2) style.Borders [(Excel.XlBordersIndex)Excel.Constants.xlRight ].LineStyle = Excel.XlLineStyle.xlContinuous;
Anyone k
-
- VSTO Windows install and custom actions
by JasonBig
- 1 Replies
- Last post
by Darryn Lavery -- MSFT
- Hi, I the artical http://msdn2.microsoft.com/en-us/library/aa537173(office.11).aspx which spoke about VSTO deployment, there are two custom actions (SetSecurity, and UpdateManifest). How do you stop these assemblies from being copied to the install folder Thanks,
-
- How do I find text in a MS Word doc using VB2005 express?
by kimhoskin
- 12 Replies
- Last post
by Buddypup
- How do I find text in a MS Word doc using VB2005 express Can someone point me to some sample code perhaps Thanks Kim
-
- can I create a an exe that I can copy into a folder?
by joe25
- 2 Replies
- Last post
by joe25
- Hi,
I want to create an exe from VS 2005 for Office that will run (once the user allows rights to run if necessary) without any install. I would like that whatever additional files (dll's or whatever) could be copied into a folder and the user would be able to just run the program without any installation. The app would be a standard program (no non-MS refererences/dll's/add-ins) and the user w
-
- VSTO Question - Outlook 2003 - Rebooting Server - Avoid Disable Prompt?
by Sloetman
- 4 Replies
- Last post
by Sloetman
- Hi all,
Hoping someone can help me. I successfully developed a VSTO Outlook 2003 Auto-emailing application (C#) and have it running in production.
One problem though, every time the server is rebooted, outlook comes up with the prompt "Outlook experienced a serious error the last time the add-in '(My VSTO addin)' was opened"
Since this is a production application
-
- Inserting a Manifest Using ServerDocument Fails
by J Kesler
- 1 Replies
- Last post
by Misha Shneerson - MSFT
- We are attempting to insert a manifest in an Excel workbook using ServerDocument on a server that has both Office 2003 and the VSTO Runtime installed. We are successful if the workbook already has a manifest but unsuccessful if the workbook has never been customized before. What components should be installed on the server in order to make this work
Following is the code we are using:
Serv
-
- Event Handling - Can't figure it out
by bergeron
- 3 Replies
- Last post
by bergeron
- I have been searching all over for an answer to this question. I am creating a document in Microsoft Excel 2003 and I am using the Visual Basic Editor 6.3 to add some functionality.
I would like for a KeyDown Event by any Control to use a shared function as the EventHandler. I have written the following as a simple example of what I am thinking. I would expect this code to cause every control I
-
- Only have Office 2007 installed, can't install VST0 2005 (1st ed.) templates
by NCGordon
- 5 Replies
- Last post
by McLean Schofield - MSFT
- Help!
How can I get the templates from VSTO 1st ed. onto my machine running Office 2007 and VSTO 2d ed. VSTO 1 won't let me install it on my machine that has only Office 2007 on it.
(I put Office 2007 on a testing machine because I still have to write and support tools for Office 2003, and did not want the versions of Office to conflict.)
Tech info: I'm running Win XP SP2 and
-
- Can't get most basic VSTO 2005 SE Outlook Add-In to load
by Pete R
- 13 Replies
- Last post
by Pete R
- I have crawled all over the web to no avail. I have VS 2005, with VSTO 2005 loaded, and loaded VSTO 2005 SE. I try to run the basic 2005 SE Outlook Add-In template in debug mode from the IDE. I have not added ANY code, not even Hello World. On run, Outlook starts with a dialog box, Office document customization is not available. An add-in could not be found or could not be loaded. Clicking on the
-
- Dynamic Range in Excelsheet
by Prashant_Rai
- 7 Replies
- Last post
by Steve Hansen
- Hi,
Actually I am having some problem while getiing dynamic range.
I dont want to get range through Excelsheet column's alphabet i.e. through A, B, C etc,
Suppose I want to get the range between A to D upto 100 rows in the Excelsheet then we can write code as follows:
Excel. Range objRng = this .Range[ "A1:D100" , System. Type .Missing];
BUT
I want to find the same
-
- How to get the icon for a given item?
by Dmitri Pozniak
- 2 Replies
- Last post
by Dmitri Pozniak
- Hello everyone, I am trying to get an icon for a random item -- e.g. MailItem or TaskItem -- that is displayed, for example, in a ToDo list, Reminders window, etc. The only thing I managed to do is:
Code Snippet
mailItem.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x10900003") and it returns a mysterious value of 2 Does anyone have any ideas on h
-
- Access ThisDocument Class in Other Classes
by SavitaHK
- 5 Replies
- Last post
by Cindy Meister
- Hi, Can I access, ThisDocument Class - that gets created when we create a new Word Document Project - in some other class In otherwords, can I use ThisDocument Class to create a word document in an application, just by adding the reference of Word document project dll Regards, Savita
-
- Outlook 2007 Toolbar VSTO SE Addin
by Kulvinder
- 8 Replies
- Last post
by Kulvinder
- Hi,
I am creating an Outlook 2007 Addin using VSTO SE and my code is as follows :
Code Snippet
public partial class ThisAddIn
{
Outlook. Explorers myExplorers = null ;
Office. CommandBar myCommandBar = null ;
Office. CommandBarButton myCommandBarButton = null ;
void Explorers_NewExplorer(Microsoft.Office.Interop.Outlook. Explorer Explorer)
{
-
- LoadBehavior changes from 3 to 2 in excel addin
by Mohan Kumar Karunakaran
- 7 Replies
- Last post
by Dennis Wallentin
- Hi,
I have created an Addin for Excel 2007 using VSTOSE and trying to deploy. I tried to deploy using the automatically generated Setup project and everything works fine for the first instance. When I close the excel application and open again the Addin is loaded but doesn't show the custom ribbon.
When I checked "Office Button --> Excel Options --> Add-ins --> COM Add-
-
- Architecture and licensing to support multiple versions of Outlook
by Tadwick
- 4 Replies
- Last post
by Tadwick
- My Outlook 2003 add-in had been working well under both 2003 and 2007 until I started trying to save my custom CommandBar in Outlook 2007 . Having read the posts and blogs about the necessity of developing add-ins in two development environments (one with VS 2005, VSTO SE, Office 2003 and 2003 PIAs and one with VS 2005, VSTO SE, Office 2007 and 2007 PIAs), what is the optimum architecture for do
-
- Excel/Word Addins
by XPSUser
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- I have developed addins for excel and word. It works fine if deployed for one single user. But if i deploy it for all users of the machine it does not show up for all the users. I tried moving all the registry entries to be under HKLM instead of HKCU. If i do this the addin does not even load for the installing user !!
Anyone has acheived this
-
- Persona how to
by SimonWood_1
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Guys,
A request for help. I have been looking for several days for an example on how to create an action entry under the persona menu. Writing a new smart tag is fine, but I can't find any information on how to get my code inside the persona bits. I want to add some extensions to the PersonName smart tag and this is covered by the persona menu.
Any pointers gratefully received
-
- Inactive event handler on custom toolbar
by ClaudiaHelpOnVSTO
- 4 Replies
- Last post
by ClaudiaHelpOnVSTO
- Hi, I am using
Word 2003 and VSTO 2005.
I have a
.doc solution deployed by the Publish Wizard. When I open this .doc file there is a
custom toolbar with different buttons on it. When I click on the buttons the
corresponding event handler is called and executed. So fare everything works
perfectly fine!
Then I
reopen an other instance of the same .doc file (so now I have two Wor
-
- Excel: The customization does not have the required permissions to execute
by mobigital
- 8 Replies
- Last post
by John R. Durant - MSFT
- getting this error:
The customization does not have the required permissions to execute. ************** Exception Text ************** System.Security.SecurityException: The customization does not have the required permissions to execute. at Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.HandleOnlineOffline(Exception e, String basePath, String filePath) at
Does
-
- C# outlook add-in: Add-in for timetable management
by Said El haddati
- 6 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi folks, I'd like to develop an outlook 2003 add-in that adds a tab in the appointment form (file -> new -> appointment). This tab mast allow me to enter an appointment, a location, a deadline... I need to do this in C# but I don't find information nor in MSDN or other forums to do it. Can you please show me an example or what tool I've to use to do that. Thanks in advance AC
-
- "Unable to create registration information" error when building default WordAddInSetup project (VSTO 2005 SE)
by Moe H.
- 1 Replies
- Last post
by Christa Carpentiere - MSFT
- Hello, I created a Word 2003 AddIn using the template provided by VSTO 2005 SE. Everything was working great from within Visual Studio - i.e. if I run my WordAddIn project from within the environment, or the debugger, it works well. When I went to create a setup to give to my client, I noticed that I got the following *warning*: Warning Unable to create registration information for file named 'Wo
-
- Excel cell functions
by Redsback55
- 1 Replies
- Last post
by Anthony Crider
- Help with cells My question is that I have a spreadsheet that I want one cell to change at the same time I change a different cell. Example: I would like cell C27 to change to a percentage number when I change cell B38. I want to type in 0.33 in cell B38 and want cell C27 to read 33%, if I would change it to .25 I would want the other cell to read 25%.
Note, the bold numbers are the cells C27