-
- Excel Addin.
by kjell nilsson
- 8 Replies
- Last post
by Dennis Wallentin
- Hi. I have built an Excel addin for extracting data from Sql server. Now i wonder how to imort a textstring to a sheet/workbook or other containing the selected data. Before i have imported a textfile using workbooks.opentext function for importing a file. Is there a way of importing a string or must i save it as a temporary file first Best Regards Kjell Nilsson
-
- Mail Log
by sourvil
- 2 Replies
- Last post
by sourvil
- Hi all, We have a public folder and we want to log the mail details. And also we want to log the reply's and previous mails. I can catch Send event of mail but how can i get the previous mails of that mail item Regards..
-
- Setting Outlook .MailItem focus
by Topry
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Using .Net 2005 to automate tasks with Outlook 2003.
Using .CreateItem( Outlook.OlItemType.olMailItem) to create a new mail item, set the To/From/Subject and sometimes .BodyHTML properties.
When invoking the .Display method - as long as Outlook is NOT minimized, the new mailitem object will be created on top of the users desktop, with focus. However, if Outlook is minimized, the new mai
-
- 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
-
- Convert .OST to .PST
by The MaiN MaN
- 14 Replies
- Last post
by Sue Mosher - Outlook MVP
- Im trying to create an app that converts an .ost file to .pst. An .ost file is a Microsoft Exchange email file and in order to read an .ost file offline you need it to be converted to .pst. I know theres tools available for office 2000 for free but this does not work with Office 2003 only ones available need to be paid for......if you need more info on this please see http://www.nucleustechnolog
-
- Customize rubbon for a document only.
by mathmax
- 5 Replies
- Last post
by Vladimir Morozov (MSFT)
- Hello, I would like to know if it is possible to customize the rubbon of word 2007 not at the application level but at the document level. I mean the customizations should appear only for a specific word document. Thanks, mathmax
-
- debugging xll
by A7Zulu
- 1 Replies
- Last post
by Geoff Darst - MSFT
- i am using Visual Studio 2005 to code an xll.
I am having trouble debugging this Xll in VS while Excel is running.
I have tried editing the debug settings (changing to excel.exe as target program) and attaching the process (like i used to do for running a straight dll).
I was wondering would someone be able to give me some detailed instructions to get my xll into a working d
-
- Addin fails to load a DLL which had its version updated.
by sameera
- 9 Replies
- Last post
by sameera
- I have a Excel document level customization project that is dependant upon another common class library project. When I increment the version number of the class library the VSTO project fails to load it during run time. The exception I get: Could not load file or assembly 'CommonLibraryPrj, Version=1.0.0.0, Culture=neutral, PublicKeyToken=69128d937baea9c7' or one of its dependencies. The located
-
- Addin of Excel 2003?
by Malleswar
- 3 Replies
- Last post
by Cindy Meister
- Hi, I have created VSTO addin for Excel - 2003 to add buttons. Every time when I run my application it opens the Excel. Event with word and powerpoint also the same thing happens. but I dont want to open that when run the code. I just want to add the buttons with out opening the application. Can any one please guide me Thanks in Advance
-
- MS Project Add-in question
by Boitch
- 2 Replies
- Last post
by Boitch
- Hello people I have a question about the add-in for MSProject in .net C#. I have made a custom button which triggers if i click it. (the buttons becomes active when i start MSProject and is generated by the .net application). When I click the button a form appears. I want to add the resources that are custom made in the MSProject Project and get them into a combobox in the form that appears when
-
- Outlook Events: Folder treenode Expand/Collapse
by Hir&#2
- 8 Replies
- Last post
by michael
- Hi,
We are developing a VSTO SE Outlook 2003 add-in application. One of its functionality is to implement a certain action upon expansion and collapsing of the Outlook Folders tree nodes .
I am struggling to get an appropriate event handler for the same. We have successfully implemented the ItemAdd event in the past to manage the drag-drop of items on the folders.
Any help would be appre
-
- Need a list of email addresses of an email item
by HawVer
- 2 Replies
- Last post
by HawVer
- Hi, I'm an outlook interop beginner and having problems with something that is maybe (i hope) easy to solve. I have an add-in for outlook that recieves item changed events for the inbox folder. The listener recieves an mailitem object. In a mailitem is a recipient list with recipients. I want to store the email
address of each recipient in the database. For example mail to test@microsoft.com , t
-
- Outlook 2007 RTM FormRegion editing bugs
by Alex Yakhnin - MSFT
- 14 Replies
- Last post
by Sue Mosher - Outlook MVP
- I am trying to edit FormRegion in the Outlook 2007 that I was developing in B2TR. When trying to modify it (add more controls) the changes are not saved. Even when trying to "Save As" the dialog is never poping up. By trial an error I've discovered that if I delete the TabControl (MultiPage) from my region it will allow to save it. What's going on
Thx... Alex
-
- Redistribution Licensing
by GryphonsClaw
- 3 Replies
- Last post
by Mohit Gupta - MSFT
- I am looking for the redistribution licensing information for applications. If I write an application in .NET and it uses an Access or Fox Pro database, is each client supposed to have Fox Pro or access license. The only thing that I can find is that the UI for 2007 office is royalty-free and so is SQL Server Express. Does anyone have a link to the licensing info
-
- deployment of simple outlook addin????
by psartor
- 11 Replies
- Last post
by Andrew Cherry [MSFT]
- I am using vs 2005. I created an outlook addin soloution. I cut and pasted an example from the MSDN examples. I compiled with no errors or warnings. I built the setup project without any errors. I execute the setup.exe and it executes with no errors. I stop outlook and restart it. The addin should add 2 buttons to a new button bar within outlook. Nothing shows up. If I shut down outlook and debug
-
- set document path in word saveas dialog
by Speedtriple
- 3 Replies
- Last post
by Cindy Meister
- Hi all,
I hope someone can help me. I'm programming in Visual basic.
In my word template project I would like to preset the document path (preferably to a sharepoint document library) and the document name in the built-in word dialog when the user presses the save commandbar button or chosses the file save as menu. I haven't had any luck with this.
Thanks for any help
Greets
Spe
-
- Is there any way to open Excel from stream and save as an Excel document into a stream?
by Bill.Net
- 4 Replies
- Last post
by Bill.Net
- Hi,
Right now I am using Office automation to generate Excel and save it into a physical file, is there any way to open Excel from a stream and save as an Excel document into a stream
Thanks,
-
- The installed AddIn is not Working
by Unniannan
- 2 Replies
- Last post
by Unniannan
- I have installed Visual Studio 2005 Team Edition and VSTO.
Whenever i create a new outlook Add In project i will get a ThisAddIn.cs instead of ThisApplication.cs as being mentioned in many walkthroughs. Still i was able to get the Functionalities from ThisAddIn.Application. Why am i not getting ThisApplication.cs
Another issue is i followed the steps to deploy the application and installed t
-
- VSTO Installation Requirements for Office 2007
by Douglas E. Johnson
- 5 Replies
- Last post
by Douglas E. Johnson
- I have Visual Studio 2005 installed. Must I purchase a copy of VSTO
2005 to develop projects for Office 2007 OR is the free download of
VSTO SE enough
My primary need is for data programming for Excel and perhaps Word.
Thank you.
-
- Outlook add in: how to get selected text
by v04bvs
- 5 Replies
- Last post
by infest
- I need to implement outlook add in. The add in will modify context menu, which appeared when user selects some text in the mail and clicks right button. I can add the menu item, but I can't find the way to get currently selected text. I've seen one solution - with WINAPI get Richedit control and get the selected text. It works only for text mail messages, but for HTML mail messages it doesn't work
-
- Access WAB or MS Outlook Address book via C#
by kitcad
- 13 Replies
- Last post
by gppradeep
- Hi!
I am trying to access WAB or MS Outlook Address book via C# in VS 2005 under Vista.
Any idea I have tried to find out from web but look like there are a lot of way to do it and different MS Outlook version (Ms Office 2003or XP or 2007) have diff way to code.
Alex
-
- Editing office embedded objects
by Rob Millray
- 7 Replies
- Last post
by Cindy Meister
- Hi,
I am writing an office plug in that will be available in Word and Excel. When a tool bar button is clicked it needs to scan through all the embedded objects in the document looking for text files that have been copied and pasted in from the file system (as objects not as text), it then needs to open them, edit the contents, save the changes back and change the display name.
I k
-
- OWC11 - Dynamically draw chart from datasource with null values and splitting of a chart
by Newbie578667
- 1 Replies
- Last post
by Cindy Meister
- Hi, i'm searching for a solution.I'm developing th home page (default.aspx) of my site and I would make a OWC11 chart. The problem is that I have a <img> in this aspx and I use the ExportPicture method to show the chart.
I wrote a method in default.aspx.vb to create the chart, this is the code:
"dsPrice.ReadXml(ConfigurationManager.AppSettings("WebItaPath") & "U
-
- how can I access TasK pane from Visual studio?
by krishna kumar
- 1 Replies
- Last post
by Cindy Meister
- hi all,
I am trying to use the task pane to show some UI work in an existing project. I am trying not to use VSTO for this. I can access the task pane in my project as follows
CommandBar mTaskPane = null ;
CommandBars commandBars;
commandBars = ( CommandBars )mExcel.GetType().InvokeMember( "CommandBars" , BindingFlags .GetProperty, null , mExcel, null );
mTaskPa
-
- 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