-
- Efficient line walking
by JNG
- 2 Replies
- Last post
by JNG
- Hi, I need to implement efficient "line-walking" within word. Walking efficiently by paragraphs took a while to get right, but I was able to: after a few trials, I found out that the best way was to use Range.Next() with args (wdParagraph, 1), and use the returned range. Using the story range's paragraphs was really slow, where it seems every direct item access involved completely walkin
-
- vsto distribution
by JPower
- 6 Replies
- Last post
by Misha Shneerson - MSFT
- All the new features in VSTOse are great, but what does it take to install on a customer's computer The VS project includes an installer, but does not work. Is it the same for Office 2007 as it was for 2003
-
- Not able to assign value for MAPIFolder.WebViewURL
by prabashmi
- 7 Replies
- Last post
by prabashmi
- Hi,
when i execute the below code block, the value for webviewon or webviewurl is not assigned with the value passed.
MAPIFolder folder;
folder = parentFolder.Folders.Add(folderName, Type .Missing);
folder.WebViewOn = true ;
folder.WebViewURL = http://mywebsite/mypage.html ;
Always, webviewon is with value "False" and always webviewurl is with value "n
-
- How to call stored procedure in Sql 2005 from Access 2002?
by prads
- 5 Replies
- Last post
by Cindy Meister
- Hello,
I have a stored procedure in SQL 2005 'TransferNote' which accepts one parameter. How would I call that procedure from my Access 2002 database
Thanks
-
- Form Region display issue
by Rafael1119
- 14 Replies
- Last post
by Rafael1119
- All,
Is it a known issue that the Form Region text boxes and labels cut off the text and change the font size automatically
Has anyone figured out a way to make the form regions look exactly as they did when you designed them
Thanks,
Rafael
-
- SharePoint with single sign on Very urgent
by msaradhi
- 1 Replies
- Last post
by Cindy Meister
- Hi There,
I got the basic understanding of the SSO (single sign on) in SPS 2003. but would like to know more in detail about configuring the SSO and conneting enterprising applications. If any one have worked on this or any related articles please pass it on to me.
In simple i want to know how can we configure SSO with SPS 2003 and what are the different enterprise applications are compatibl
-
- AppCheck.exe fails to find Office 2003 installed
by AndyJump
- 3 Replies
- Last post
by AndyJump
- I have an outlook addin that I have created using the VSTO.
It works on my machine but when I try and install it on anoher machine (I've only tried the one) for testing it fails saying it can't find a compatable version of Excel. Looking at the installation log (see below) it seems that it only mentions Excel as it's the first list and in fact it can't find Outlook or Word either. Off
-
- Always on top form question
by Toxter
- 5 Replies
- Last post
by Toxter
- Hello everyone,
I'm developong an Add-in for Word 2003.
My Adding has a Form which I need to put on top of Word always but user can still work with word.
Form has a property TopMost and when I set it to true it is on top but my form is on top of all applications.
Is it possible to put a form allways on top just for Word
Thank you.
-
- VSTO Excel addin works on one machine but not on an (almost) identical other one
by AlisterN
- 6 Replies
- Last post
by AlisterN
- My Excel addin installs successfully on machine 1, and although it is successfully installs (according to the application event log) on machine 2, it does not work on machine 2. (The addin adds a button to the toolbar. The button does not appear on machine 2).
Code within the ThisAddIn_Startup does not get called onmachine 2.
The installation is created by the standard setup project asso
-
- Installation "Heck" (VSTO 2005 and VSTO 2005 SE)
by Lighthouse Builder
- 11 Replies
- Last post
by Marije
- I installed VSTO 2005 "sucessfully" according to the installer, but see no Office-related project templates or any other evidence of having installed except that I now have another uninstallable item in Add/Remove Programs control panel.
The order of installation I used was due to my learning curve and what I've been trying to accomplish on my projects. (I didn't install everythin
-
- How to get the Range that contains a control.
by mathmax
- 5 Replies
- Last post
by mathmax
- Hello,
I've a control in my word 2007 document and I would like to get the Range that contains it. If the control already exist on my page, I know I can add a bookmark around it and then get the Range via the Range property. But if the control is added at runtime, I don't find a way to add a bookmark around it...
As a general rule, is there an other way to find the Range that contain
-
- Custom form is not getting displayed for first time
by Rama Krishna rao
- 4 Replies
- Last post
by Istvan Becze
- Hi, I have designed a custom Task form and published it. My code to create task item using custom form is as show below. Even though I have specified Message class, the default form is getting displayed for the first time. If I close outlook and open again, the task item opens with desired custom form. Am I missing some thing in the code Please help me out... I am using Outlook2003, C#,VSTO2005 C
-
- Office 2003 smallbusiness supports vsto?
by Manuel5
- 1 Replies
- Last post
by Douglas H. Troy
- Hi, does office 2003 support vsto If no, are there any extension for this version of office to supports vsto
Thanks.
-
- Opening the Research pane programmatically
by bradmo
- 1 Replies
- Last post
by Cindy Meister
- Hi,
I have an Excel add-in with a custom menu and would like to add a "Search for..." button to it that opens the Research pane and sets the context to the appropriate site.
Essentially a shortcut to use instead of having to open the pane and manually choose the context, as users are generally not familiar with the Research functionality in MS Office.
Is this possibl
-
- Word 2007 AddIn reads the document content.
by Wen Jin-Chao
- 5 Replies
- Last post
by MikeT1021
- I develop an Addin of Word 2007 using VSTO SE, and there is a Customer Task Pane in this addin.
So when I press a button on that Customer Task Pane, I code corresponding event handler of that pressed button to
read document contents:
//docFullName is a string, indicating the document full name
Package package = Package.Open(docFullName, System.IO.FileMode.OpenOrCreate)
-
- Outlook task item maximum size
by ymj2007
- 2 Replies
- Last post
by ymj2007
- How can I find the maximum size limit for the body and contact in outlook task item
I am trying to save all the fields(subject, body, due date, start date, etc) entered in outlook task into the database. In order to create a table with columns to hold these field values, I need to know the maximum length/size for each field but I couldn't find this information anywhere
-
- How to find and Select a ROW in word document where the whole row is fully Bold.
by TomySeb
- 10 Replies
- Last post
by Cindy Meister
- Hi, I am using COM component for Office 2003.
I want to search each row of a document which is fully bold, and select that row and make its
point size to 15.
How can I do it
Thanks
Tomy
-
- Office 12 COM AddOns Events
by MuLLeR
- 4 Replies
- Last post
by Cindy Meister
- Hi,
I've managed to create a COM add-on for the MS Office Visio 12, the add-on loads correctly on Visio start-up, i've managed to add a Menu with SubMenus to the Visio MenuBar, the question is:
How to get the event when user clicks the MenuItems
I've seen some examples with AddAdvise written in VBA, but i'm using C#.
Configuration:
MS Visio 2007 Trial,
MS VS 2005
-
- need help regarding rich text box
by Musthafa
- 1 Replies
- Last post
by Cindy Meister
- can we load word document into a richtextbox
-
- VSTO Add-in error: 'globals' is ambiguous, in VSTO Add-in
by kewpcg
- 3 Replies
- Last post
by Geoff Darst - MSFT
- While debugging my Actions Pane within a Word 2007 Add-in, I get this error in the immediate window when I try to access the items within the add-in's Globals object:
'globals' is ambiguous, imported from the namespaces or types 'MyWordVSTOAddin', Microsoft.VisualBasic'.
To trigger the error, all I have to do is try and use a property or method of the Add-ins Globals. For instance:
-
- Need help with OL2003 and context menu
by sklett
- 7 Replies
- Last post
by srinin
- It's been 5 days now and I'm still at square one. I must being doing something very wrong in my add-in. The problem I'm having is that my add-in seems to crash (or the events are being 'disconnected' somehow) I have a simple add-in that inserts a CommandBarButton in the context menu of the MailItem list. The code inserts the button fine, but when I start to use outlook a little my code eventually
-
- Outlook Add-in Not Loaded. Runtime error
by TimoWo
- 5 Replies
- Last post
by Toby Russell
- Hi,
i have an error in my Outlook Add-in, the only Errortext that i have is:
"Load Behavior: Not loaded. A runtime error occurred during the loading of the COM Add-in."
I know that many developers have the same problem, but I did not find a solution :-(
The Add-in works fine in on my developer machine, but not on my test machine (WinXP Prof. Sp2 Outlook 2003)
On the te
-
- Document customizations created for Office 2003 r not working with 2007 documents.
by mahavir patil
- 5 Replies
- Last post
by Douglas H. Troy
- Hi all and Cindy( if i reach you),
I have done a project with VSTO 2005( not SE), on machine where i have office 2003 installed. Then i tried to associate that customization with office 2007 word documwent programatically by usig ServerDocument object and its AddCustomization method.
Noe the code is running properly without any errors and exceptions, but nothing is happenig with the docu
-
- Email Address of the Current User
by Andy Ho
- 10 Replies
- Last post
by 007DeeJay
- Hi,
How can I get the Email Address of the Login User from Outlook.
The Me.Session.CurrentUser.address return a lot of additional data, what I want is just the Email Address.
Thanks.
Andy Ho
-
- IPictureDisp and Icon! Again
by Pierre Savard
- 3 Replies
- Last post
by X4U
- Hi, I need to put a icon in my outlook 2003 plugins. I try several approch without success with transparency.
My Icon have a transparency set to 255,255,255 but all the transparancy appear pink on the menu! I try to add a mask to my command button like the KB said with the same result!
Help!
Someone have a good sample in vb.net for that
Thanks