-
- Outlook Add-in
by YaelS
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- How can I set my form into outlook ( 2003 or 2000) main pane (up right side)
Is it's possible without VSTO (I'm using vs.net 2003).
I want to display my form in the outlook window, not on the outlook window, by my com add in button click.
like this :
http://www.add-in-express.com/outlook-extension/outlook-folder-views-net.php I can't find How to be a Client login there
"
-
- NamedRanges in Excel 2007 with VSTO SE
by spano
- 4 Replies
- Last post
by Dennis Wallentin
- When developing a document-customization addin for Excel 2003 with VSTO, adding a named range to a worksheets results in a Microsoft.Office.Tools.Excel.NamedRange inserted in the Sheet1.Designer.cs wich I can then reference from my code. The question is: when developing an application-level addin for Office 2007 with VSTO SE (as no document-customization project is available), how can I obtain a n
-
- Outlook 2007: removing recipient in UI does not update MailItem properties
by Mark_Rendle
- 2 Replies
- Last post
by Mark_Rendle
- I'm building an Outlook 2007 form region which tracks e-mail activity against a CRM database. When a recipient is added to either the To or CC fields, it triggers the PropertyChange event on the MailItem (using the ItemEvents_10_Event interface), which works fine. However, when a recipient is removed, the event is not triggered. Worse still, unless a new recipient is subsequently added, neither th
-
- Outlook Shared Addin With COM Shim Wizard
by Preeteesh
- 6 Replies
- Last post
by Andrew Whitechapel - MSFT
- Hi,
I am trying to build a simple Outlook Plugin. I Generated a C# code and coded a Hello Button for Outlook. After this i followed Steps to generate a COM Shim as told in http://msdn2.microsoft.com/en-us/library/aa537166(office.11).aspx
I got the COM dll registered and it came under COM Addin tab, I keep checking it to load but it never loads in outlook. Is there some
-
- How can i get the source of the item in clipboard?
by Jin RongBo
- 2 Replies
- Last post
by Jin RongBo
- hi,
if there are serval items in office clipboard, how can i know the original source of the item such as , the handle of file it comes ,or the original file name.
thanks
-
- How can i use BCM accounts and contacts with SelectNamesDialog?
by jlabrou
- 6 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I'm trying to access accounts and contacts of BCM using code below(without success):
Dim a As Outlook.SelectNamesDialog = Nothing
Dim oAL As Outlook.AddressList = Nothing
a = OutlookApplicationObject.Session.GetSelectNamesDialog
olFolder = _lib.OutlookApplication.Session.Folders( "Business Contact Manager" ).Folders( "Accounts" )
For Eac
-
- Network Deploy Problems
by Neil Weber
- 4 Replies
- Last post
by younglee
- I am having problems with the network deploy of a Word document code behind. Word comes up but the code behind is not executed. I have successfully deployed the assembly locally (outside of Visual Studio). Looking at the web server access log after loading the document, I see requests for the ".application" and ".dll.manifest." There is no request for the ".dll" which
-
- Adding a Rule in MS Outlook with VC++
by Fazilvp
- 1 Replies
- Last post
by Phil Hoff - MSFT
- I would like to know how to create a VC++ program that can add a "Rule" to MS Outlook 2003. Can I use any automation for the above Else kindly suggest me some solution for addin a "Rule" to MS Outlook 2003 using VC++.
-
- office 2007 question??? (Please help me!)
by Lei Hua
- 6 Replies
- Last post
by Ji Zhou ¨C MSFT
- p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman';}
a:link, span.MsoHyperlink
{color:blue;text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
span.EmailStyle17
{font-family:Arial;color:windowtext;}
span.EmailStyle18
{font-family:Arial;color:navy;}
@page Section1
-
- Lost my VSTO SE Excel add-in
by jk_uk2
- 5 Replies
- Last post
by McLean Schofield - MSFT
- Hi,
I'm working on a VSTO SE add-in at the moment.
When I was starting Excel I stupidly stopped the debugger, as I realised that I made a mistake.
To my horror, when I restarted the debugger, my add-in is gone. It appears in the COM add-ins list, but this doesn't seem to make a difference.
Can anyone help I presume that I need to clean up the registry or some temp files
-
- Outlook 2003 Add-in
by Chris_cs
- 1 Replies
- Last post
by Chris_cs
- I've been trying to deploy an Outlook 2003 Add-in for a few days now but keep getting a problem when trying to deploy it to a machine other than the development one. All the code builds with no errors, and I have included the code to set up the CAS, but after deployment it doesn't run.
When I go into Outlook my Add-in is shown in COM Add-ins but isn't selected and has a messaging saying tha
-
- Permitting Excel VSTO doc to run from anywhere on intranet
by Arnell
- 7 Replies
- Last post
by SKBG
- I have an Excel VSTO document that is installed via a Visual Studio setup project. I have security working to the extent that the document automation executes if the document is opened from the target installation directory. However, I need to allow for it to execute regardless of the location of the document. That is, anywhere from within the intranet. It is an XLT file and the user will never sa
-
- Emptying recycle bin?
by PhrankBooth
- 4 Replies
- Last post
by PhrankBooth
- Hi, New to outlook automation and wanted some pointers on how to empty the recycle bin throut the Outlook application object. I read somewhere that it might be done through calling the Empty Recyle Bin CommandBarButton. However I have not found any samples on how to do this. This is not an add-in that I'm writing, it's just a standalone exe. Currently I can iterate though the mailitems in the Recy
-
- Word 2003: Double click next to an xml node place holder and the place holder disappears
by Shay Friedman
- 2 Replies
- Last post
by Shay Friedman
- Hi, I ran into an odd bug in Word 2003 and I manage to reproduce it: 1. Add an xml node to a document. 2. Set some text to be the node's placeholder text. 3. Push Ctrl+Shift+X to hide the xml nodes. 4. Double click next to the xml node's placeholder. The placeholder disappears. When the placeholder disappears, if you had had an event handler for the XmlBeforeDelete event, it would have risen. Is t
-
- Copying range into new worksheet NOT as image
by robotjesus
- 4 Replies
- Last post
by Dennis Wallentin
- I'm trying to copy a range from a VSTO excel worksheet into a new, external, non-VSTO worksheet using PasteSpecial. If I try to copy and paste a range from the VSTO worksheet into the new worksheet the range gets copied as an image, whereas if I copy and paste a single cell, the cell copies as one would expect - i.e. as cell data and formatting and not as an image.
Is there any way to copy
-
- VSTO ServerDocument object to parse text or convert to a Document Object?
by lewicool
- 2 Replies
- Last post
by lewicool
- I am attempting to allow clients to upload docs to a webserver where I will then bust up the documents into paragraphs and load them into sqlserver. This is easily done using the document (interop) object but it starts a winword.exe instance, which is an unacceptable resource drain on the webserver. Could anyone point me in the right direction toward a c# solution that would allow the creation of
-
- Changes not saving to database
by Warez_Willy
- 3 Replies
- Last post
by Dennis Wallentin
- I have a Windows form showing Record details from a table
The SAve icon in the navigator bar works Fine.
Changes are saved to the database. I have checked the database the changes are being saved.
OK now I filter the dataset with some search criteria
now my changes aren't saved to the database.
Even though there is a try catch message suggesting that the saves we
-
- Deploying an Application That Uses The Word and Excel Object Model
by deyan.ginev
- 2 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hello, guys!
I face the following problem: I have written a wrapper library that exposes specific functionalities of the Word and Excel Automation API and use it in an application that is regularly updated on the client side. It is clear that the client must provide the Automation Libraries for both Word and Excel which come with the Office installation CD but are not installed by default.
-
- How to create range selection frame?
by Chernichkin Stanislav
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- How can I programmatically create frame which allow user to adjust data range selection (don't know control's name exactly, see picture at http://www.infosyst.biz:8862/excel.png )
InputBox almost brings desired functionality, but I need multiply frames (as chart does) and I have to control them from my form. Thanks.
-
- How to hide Gallery label
by jaz
- 2 Replies
- Last post
by jaz
- Hi all, I am new to VSTO and I am trying to create My own tab for Word..(using XML ) My Question is How can I hide the label of a Gallery control.. Hi tried <gallery idMso="Undo" showLabel="false" /> But it s not working (show the Undo Label with Undo icon) I want only the icon thanking you in advance jaz
-
- Excel.Worfsheet.PrintOut is not returning.
by Giridhar Damodaram
- 1 Replies
- Last post
by Dennis Wallentin
- My application was developed in Microsoft Vb .NET for .NET FrameWork 1.1, it uses Excel 2002 COM Object. My application uses Excel.WorkSheet.PrintOut() method for printing the excel sheet into PDF Document. The problem is that the application is able to print the first excel sheet sucessfully but if i use the same excel Applicaion object for the second excel sheet the Printout meathod is not retur
-
- Outlook Stationery
by ANGanley MCSD
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- Is there any way to set to outlooks stationery & fonts in code using vb.net.
I have had a look at Mailitem.HTMLBody but it does not function as I would like.
-
- Own Items
by sebastian.schmitt
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- It's Me again, this time coming up with a further question: Within our system (it's a workflow system) there will be delivered own data, that has to be presented in the Outlook-Interface's scope. That means, data transfer is handled via the system's network, but we need an own type of Outlook Item that displays the system's data in an appropriate way. Is there a way to create own items or to chang
-
- 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...
-
- Error: Project cannot be created because the application add-in is not working correctly
by Helori Lamberty
- 3 Replies
- Last post
by mathmax
- Hello,
I h'ave a problem with Visual Studio 2005 (Team edition for software developper), when I create a new Excel Workbook project, this error appear:
Project cannot be created because the application add-in is not working correctly and might have been disabled. To check for disabled items in the Microsoft Office application, open the help menu, click About Microsoft Office