-
- Word 2003 Add-In and ActionsPane
by Valentin Marin
- 3 Replies
- Last post
by Valentin Marin
- I'm using Visual Studio Professional and VSTO 2005 SE.
From an Word 2003 Add-In I want to display and modify an ActionsPane for diferent WordML documents, I know that is possible to display and modify an ActionsPane using an VSTO 2005 "Word document project" (document level) but I want to do this from an Word 2003 Add-In (application level). I made some research and I found that all o
-
- How to create Office SubMenus Programmatically
by Amit N Shah
- 5 Replies
- Last post
by Cindy Meister
- Hi,
I want to add a menu similar to "save as" under File Menu option. I want to do it using VSTO for Word 2003.
please provide me the solution or a link for the same.
Thanks in advance
Regards
Amit Shah.
-
- Limit to size of string for range selection in Excel?
by Crappy Name
- 1 Replies
- Last post
by Cindy Meister
- Hi All, Is there a limit to the string size i can pass in a command such as... Excel.Range hideRange = (Excel.Range)in_range.get_Range(hideRef, System.Type.Missing); My hideRef variable is 2731 bytes in length. I am getting error Exception from HRESULT : 0x800A03EC Thanks! Rael
-
- The function ExportPicutre of OWC Cannot works in IE7?
by zaow
- 2 Replies
- Last post
by Cindy Meister
- When I try and use ExportPicutre to export the chart to the desktop I get the error "The operation could not be completed due to error8003007b". ExportPicture works fine wen I use IE6 Here is the code that is broken... Sub btnSave_onClick() Dim retVal Dim winOpt Dim tempName
retVal = InputBox("Enter a name for the chart picture file:", "DMS Dashboard", Left (tdTit
-
- 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"
-
- KB928365 Removes code groups
by Brian McManus
- 7 Replies
- Last post
by Ji Zhou ¨C MSFT
- Has anyone else had problems with this Windows Update package
I have now seen the issue on two machines. After installing KB928365 Security Update for .Net Framework 2.0 the CASPOL code groups I had set up for my Outlook AddIn were gone!
Brian
-
- Ribbon button getimage callback ok,but image is not displayed,why?
by febwave
- 7 Replies
- Last post
by febwave
- I have a button that has a GetImage callback. outlook may call GetImage function ,and ppdispImage has been set. But image has not displayed always.
This is my code.could anyone tell me where code is incorrect (hr is s_ok) thanks
extern "C" HINSTANCE g_hInst; STDMETHODIMP COLAd::OnGetImage(IDispatch* pControl, IPictureDisp** ppdispImage)
{
HRESULT hr;
HANDLE hIco;
PICTDE
-
- Windows Vista, VSTO 2005 SE addin on Office 2003 not working
by stensby
- 9 Replies
- Last post
by stensby
- Configuration: Windows Vista Visual Studio 2005 VSTO 2005 SE Office 2003 Professional Problem: I've just upgraded from XP to Vista and after that even the simplest VSTO Outlook addin doesn't work any more. I can't debug the project and ThisApplication_Startup event not firing.
When I look at the addin i Outlook (COM Add-Ins/Add-Ins available) the Load Behavior is "Not loaded. A runtim
-
- Open WINWORD.EXE process
by AmrishDeep
- 1 Replies
- Last post
by Cindy Meister
- Hi, I am performing Word 2003 automation using C#, VSTO 2005. I perform various operations like mailmerge, embedding document, inserting text from file, inserting tables.... on a base template file. Once the document is generated, i save it to some location, close it and re-open it. And before closing the same, i release all references wrdSelection = null; oWord = null; oWo
-
- Need Urgent help with Office.Interop.Word printing - "Unable to read or write protected memory. This is often ..."
by ABCD_ABCD
- 5 Replies
- Last post
by Andrew Cherry [MSFT]
- I have a VB.NET application written in VS-Studio 2005 using .NET 2.0 platform. In the application I create a new word document on the fly using Microsoft.Office.Interop.Word. Everything seems to work fine until I try to print this document using worddoc.Printout(). At this point I get an error: "Unable to read or write protected memory. This is often an indication that other memory is corrupt
-
- how to customize To-Do Bar
by KevinLi
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- I'd like to customize the to-do bar in outlook 2007. For example, add a control in the bottom of the to-do bar to show the reports or something like this.
But I'm not sure whether I should develop a custom task panel or make a form region for the to-do bar
Also, in the object model, I don't find class about to-do bar so I don't find a way to access this special bar (for Navigation P
-
- Document Name?
by Blinocac200sx
- 14 Replies
- Last post
by Scorphg
- Ok, I want to assign a the name of the currently loaded document to a variable, how would I go about doing this
-
- Modifying the Outlook Caption
by Topry
- 4 Replies
- Last post
by Topry
- Is there a property/method in the Outlook Object Model that allows the modification of the main window caption All of the .Caption properties in the .ActiveWindow, .ActiveExplorer classes are ReadOnly.
What I want to accomplish is provide a visual cue to the user that our AddIn is loaded.
Any suggestions on how to accomplish this
-
- Modifying the Outlook Caption
by Topry
- 4 Replies
- Last post
by Topry
- Is there a property/method in the Outlook Object Model that allows the modification of the main window caption All of the .Caption properties in the .ActiveWindow, .ActiveExplorer classes are ReadOnly.
What I want to accomplish is provide a visual cue to the user that our AddIn is loaded.
Any suggestions on how to accomplish this
-
- Retrieving Excel data
by dclements
- 1 Replies
- Last post
by Peter Jausovec
- I have been assigned to write a Visual Basic .Net Program using Visual Studio 2005 to retrieve data from an Excel spreadsheet. The data is then going to be used to update an Access database that is used for a website.
Does anyone know where I can find the code to do this
-
- when using word 2003 the embedded excel object of it should open in my second excel application
by prasad_8104
- 4 Replies
- Last post
by Andrew Whitechapel - MSFT
- Hi,
iam having two excel applications opened ,and iam opening a word document,in that iam embedding an excel ,and it gets added to the first excel application but i need that to get enclosed with my second excel application.
How to solve it ,help required
Prasad Sethuramalingam
-
- Problem with Normal Template.
by eCNINDIA
- 4 Replies
- Last post
by eCNINDIA
- Hello
I am using VSTO for open my own Template. As my requirement I want only Save and Print button when document is open. I have disabled the all other button programmatically but when I am closing document it give me message that ¡°Normal.dot has changed¡±. Now my problem is that I don¡¯t want to change normal template.
Code is like below.
Code Snippet
object miss
-
- Customize the user properties dialog in Outlook 2007
by Yousry
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi fellows, I want to customize the dialog box that appears when you double click any entry in the address box dialog in
outlook 2007. I searched the web with many saerch keys but no luck.
The dialog box seems to show the properties of an ExchangeUser object.
If anyone has Windows Live Messenger installed he will find the Actions button customized with 2 new items
in the drop down acti
-
- Copying RTF into word and from word to a richtext box using c#
by RayMartinsHair
- 4 Replies
- Last post
by Steve 5656565656
- Hi,
I am doing some proof of concept work at the moment that requires me to be able to programtically copy text from a VS rich textbox in an active panel into the hosting MS word document.
I basically want to preserve any formatting of the text so that it displays the same in the RTF text box and in the word document.
If you use the .rtf property of the rtf text box the text is copied bu
-
- Word document author
by user11
- 4 Replies
- Last post
by user11
- Hi all, I was wondering if it's possible to get the word document author programatically the same way as you can get the document name with: Selection. Document .FullName Any help much appreciated! Radu.
-
- excel reports in vb.net
by aamy
- 4 Replies
- Last post
by aamy
- Hello everyone!!!!!!1 I need your help I am new to development field.. please help how to make dynamic excel reports in vb.net I searched google but every thing is so messed up and confusing that I am not able to understand anything. please provide me with easy solutions for this regards aamy
-
- How to set Add-In Publisher name
by Kostadin Georgiev
- 6 Replies
- Last post
by John R. Durant - MSFT
- Hello
I have developed a Word Add-In using VSTO 2005 SE. How do I set the Publisher name displayed at the bottom of the Office button > Word Options > Add-Ins Dialog when I click on my Add-In. Currently the Publisher value is displayed as <none>.
Thanks
-
- Removing Customization for Send As Attachment?
by Neil Weber
- 2 Replies
- Last post
by Neil Weber
- I need to provide "Send As Attachment" functionality to a customized document, but when sent to another user the customization should not be in place.
I didn't see a way to alter the existing "Send As Attachment" functionality to remove to automatically remove the customization. Did I overlook something
I also tried to implement my own "Send As Attachment&quo
-
- property bag limitations
by tr7
- 13 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
I'm using a regular expression in my Word project and I'm using named groups in the regex. I know that VSTO creates a property bag to hold the key/value info corresponding to the named group. However, one of the named groups in my test document contains 550 characters (with spaces). In my regex editor, the entire expression is recognized with no problem but in VSTO the expression fails. I c
-
- VSTO 2005 SE Deployment Problem
by Abhishek Chadha
- 14 Replies
- Last post
by Bojan Dulejan
- Hi,
I am creating a Excel 2007 VSTO COM Add-In using VSTO 2005 SE . It runs perfectly fine when I build it and run the in development computer having VS 2005 .
However, when I try to install the setup.exe or .msi file for the same addin in the client machine or Virtual PC having the following configuration:
1. VSTO Runtime
2. Office 2007
3. .NET 2.0 Framework
it does not seems to