Tagged Questions
-1
votes
1answer
62 views
how to make my existing application an extendable app using vb.net [closed]
I have an existing application built in vb.net. What I would like to do is to add some plugins or add-ins to my existing application. How could i do that?
Awaiting for your positive replies..
...
1
vote
1answer
61 views
How using Adobe Indesign API in VB.Net
I have got an example add ins of excel:
I create a object InDesign.Application
Dim myInDesign As InDesign.Application
Dim myDoc As InDesign.Document
Dim myPage As ...
0
votes
1answer
96 views
Why set value cell of excel not working in vb.net?
I create a sample add ins for excel by vb.net:
Imports System.Runtime.InteropServices
Imports Excel = Microsoft.Office.Interop.Excel
Public Class Form1
Private Sub Button1_Click(ByVal ...
1
vote
2answers
161 views
Referencing an excel sheet from a Windows Form in Document Level Customization
I thought I'd try to learn VB.net and start with some VSTO (VS2012). I'm trying to do an Excel Document Customization with a separate Windows Form in it (.show on load). I can get the form to open ...
0
votes
1answer
259 views
Best Practices to handle multiple open workbooks in an Excel VSTO add-in
I'm working on an Excel VSTO add-in in VB.Net. I am trying to address the question of knowing which workbook my add-in should be effecting given that a user may open or close many workbooks before, ...
0
votes
1answer
173 views
Excel VSTO Workbooks.Open only working when another action is taken first
I am working on a VSTO add-in. I have a customized ribbon, and on that ribbon a button called TemplateCallButton. I also have several other functions and buttons, one of which just opens a folder ...
0
votes
1answer
242 views
How do can I get the current working directory inside a Setup/Installation project
I am makeing add-in application in vb.net
and also making setup for that, but i need some help in instller.vb class file
i want to copy TestAddIn.addin file to client location,and this is added with ...
0
votes
1answer
103 views
vb.net add-in outlook add new field to tableview
I have a problem to add some fields to a tableview in outlook.
I would like to customize the inbox folder view.
I have add some fields such as Receive, CC, to programatically.
This is my code:
...
-1
votes
1answer
115 views
Order of events when opening a presentation in PowerPoint?
I'm kinda confused about the order of events in VSTO when opening a new PowerPoint presentation. Does anyone know it? Google gave me nothing.
Thanks in advance,
Léster
0
votes
1answer
42 views
How to use IDatabaseCompact.Compact() on an used IWorkspace, without permission denied
I am writting an ArcMap-AddIn with vb.net. I get an error when trying to compact my IWorkspace(mdb), the error is:
COMException
You tried to open a database, which was already opened by the ...
0
votes
0answers
119 views
How to input a excel template addin using vb form to do batch process
I've a Excel template with an Addin with password protection. The addin is a Form that asks for browse a file and a command button. After clicking the button the data and parameters in the file are ...
1
vote
0answers
324 views
Dynamically add and delete Data Validation in vb.net
I have been working on this problem for hours now. I've tried and looked everywhere but can't find the answer
I'm trying to add and delete Data Validation (as well as the inCellDropdown) to a Range ...
0
votes
1answer
83 views
Turn off pretty listing in visual studio
I have a macro/addin where I need to disable the Vb.Net pretty listing temporary.
Tried to record a macro but it only shows that I opened the options dialog.
Also tried
Dim props As ...
0
votes
2answers
491 views
getting an “object reference not set to an instance of an object” error, not sure why
Below is the full function, but this is the area of the code that I believe is causing the error:
EDIT: After stepping through the function it looks like the second time around the loop taskItem is ...
1
vote
0answers
76 views
How to enumerate task requests in Outlook
I'm looking to enumerate task requests that users have received in their inbox. I thought I had the right approach, look in the inbox folder and then check for where the message class is equal to ...
1
vote
0answers
100 views
Issues enumerating and outputting items in outlook's sent items folder
As the title says, I'm having issues with enumerating and outputting item in my sent items folder in outlook. Specifically I'm looking for sent tasks. It keeps telling me there's nothing in the ...
1
vote
1answer
289 views
Outlook VSTO addin deployment .NET, auto update tool from web aside from ClickOnce?
Hi guys I need to know if there is a tool that I can use to have my outlook addin(assume that it has been successfully installed to many users) get auto updates from a web server? I'm thinking of ...
0
votes
0answers
116 views
Addin for custom shapeslibrary
I want to create an addin in word with VB.NET to insert custom shapes. These custom shapes are grouped shapes (a line grouped with a rectangle) from ms word.
My approach is to save all those custom ...
0
votes
0answers
67 views
error “Unable to set Installed property of Add in class” VB citrix server
I have access to this application on citrix server via their website.The application launches an excel utility and only that application has that vb code where all add ins are getting installed.It is ...
1
vote
1answer
232 views
Paste WMF image in VSTO Add-in for Word (Selecting current document)
I'm creating a VSTO Word Add-in in vb.net to paste images as windows metafiles (not enhanced metafiles as is the default in Word 2010). I have accomplished this before in VBA with the code:
...
2
votes
2answers
178 views
Powerpoint does not close when using custom addin
Gentlemen,
I'm currently writing an application-level addin for Powerpoint 2010, and my problem is that when I close the application, the process remains in memory. I only open one instance of ...
0
votes
2answers
134 views
Can you programatically hide tasks in outlook
I'm looking to develop an outlook add-in to manage tasks. I would like outlook tasks to only be viewable within this add-in, and not visible in the regular task pane. Is this possible?
0
votes
0answers
174 views
How to find out the installation-directory / path from COM-AddIn
I've got a List of COM-AddIns from Excel and want to find out the installation-path of the AddIns, but the object "Microsoft.Office.Core.COMAddIn" only have the following Properties:
Application
...
1
vote
2answers
768 views
Word VSTO add-in development: How to find the color of a text in a Range in RGB format?
I'm developing an add-in for MS Word using C#. I need to find the color of the text within a Range object in RGB format.
I tried using Range.Font.Color, which is supposed to give the RGB value. But ...
1
vote
1answer
262 views
How to programmatically open an Outlook Shortcut
I'm wondering if there is a way of programmatically opening an Outlook Shortcut from my addin.
I've created the shortcut as follows
Sub AddShortcut()
Dim myOlBar As Outlook.OutlookBarPane
...
0
votes
0answers
36 views
Upgrading the add-in to ssms2008r2
Hi i am following this tutorial here and trying to get this to work with 2008r2 but not working, as in the downloaded file at the endof the post is building up sucessfully and creating the .msi file ...
1
vote
1answer
126 views
VS2010 add-in to format similar lines as a table
It's probably a long shot, but is there an add-in for VS2010 that can change VS2010's default formatting rules? In particular, I'd like to format similar lines so that the commas line up vertically, ...
1
vote
3answers
2k views
Calling a procedure within another class
I've created an add-in for outlook 2010. I have a ribbon that has a button on it. When you click that button, I want it to call a procedure in the ThisAddIn.vb.
There are two files: ThisAddin.vb ...
0
votes
2answers
330 views
How do I open and populate a .XML file in a sheet in Excel using VB.Net?
I am looking for a way to open and populate a new sheet while population the sheet from a file.xml.
Any ideas?
Thanks
1
vote
1answer
615 views
how to create setup for excel addin?
I have a created an excel addin application in vb.net using vs2010.The application is working fine while running from IDE. Now I want to create a setup for the application to install the same addin in ...
1
vote
2answers
683 views
Can't delete attachments from Outlook.MailItem
My Outlook addin checks (when user click "send") if a large attachment is attached. If so it should remove it and cancel the sending and give focus back to the user.
Here's a sample of my Outlook ...
2
votes
1answer
237 views
Visual Studio 2008 addin copies and renames form files, gets duplicate members errors despite rename
I have a VB.NET project in Visual Studio 2008 that I created a specialized addin for. The addin prompts the user to select a database table, takes a template form class's files, copies them to another ...
0
votes
1answer
516 views
Cross-AppDomain Singleton with Remoting - poor startup performance
I have an Addin for MS Excel which needs a singleton to share data amongst modules.
Depending on the version of Excel (2003, 2007, 2010), and how Excel was started, it calls my addin from different, ...
0
votes
0answers
2k views
COM add-in for Outlook running only with .NET Framework version 4.0. Why?
I'm writing a program (Outlook COM add-in) with Visual Studio 2010 using VB.NET on Windows XP with SP3. While installing VS2010 the .NET Framework 4.0 was automaticaly installed on my computer.
The ...
1
vote
1answer
217 views
Visual Studio package - showing new window - NullPointerException?
I am showing a Visual Studio toolwindow in this way. It worked some time ago, but now it doesn't work anymore.
Dim vsUIShell As IVsUIShell = ...
0
votes
1answer
73 views
How would one detect a property of type “InvalidOperationException” within a collection?
Consider the following vb.net code for an office add-in (for access):
td = db.TableDefs(objectName)
For Each fld In td.Fields
For Each fldprp In fld.Properties
...
0
votes
1answer
116 views
Use Word to Create Files For My Application
I am in the process of writing a win forms desktop app in VB.net that employs user data in the form of rich text, stored internally as an object and then serialised to an XML file for persistent ...
0
votes
1answer
148 views
how to get the object associated with a context menu in an office add-in
I have a simple COM add-in for office that I am developing (for access specifically).
I have added a custom commandbarbutton item to the context menu that pops up when you right click on an object ...
1
vote
1answer
459 views
Creating a Word 2003 Add-In Toolbar
I have been perusing the internet in search of the best way to accomplish this, but have had no luck.
If someone here has experience with Office add-ins, I would really appreciate any help, I'm not ...
0
votes
1answer
99 views
Any Addin for Visual Studio 2008 which would sort the imports?
I have seen plugins for VS 2005 and also for C# environment in VS2008 but not able to find for VB.NET environment in VS 2008.I want it to sort for each file, is there any addin for this?
7
votes
3answers
2k views
Build add-in for VBA IDE using VB.NET
I have asked this elsewhere, but have never found anyone knows how to build an add-in for VBA IDE using VB.NET. Is it even possible? Could someone point me to an example?
0
votes
1answer
307 views
problem with Excel automation function
i´m programming a vsto add-in combined with an automation add-in in VB.NET using MS Visual Studio 2008.
The automation add-in is activated in excel and registered at the system. basically the ...
1
vote
2answers
755 views
Managed Code AddIn for Access 2003
I have created a Managed Code AddIn for Access 2003 using Visual Basic 2008 (VS Professional) and it works fine on my development machine. It was created using the Shared Add-in template.
I used the ...
1
vote
1answer
593 views
Office 2007/2003 VSTO Shared Add-In Design Query
I am designing a shared add-in using VB.Net 2008 and VSTO that has to fire up when any MS Office App is started. It has to work for both 2002, 2003 and 2007 applications. I have managed to put ...
0
votes
1answer
571 views
MS Access VB COM Shared AddIn Stops Access Closing
I have created a shared add-in in Visual Studio 2008 and using the shared
add-in wizard and am coding in VB. When run the add in in Access 2003 I want
to check if the user has a database open, so I ...
1
vote
2answers
392 views
How to cause my VSTO 2005 SE Outlook Addin to crash so that it's disabled?
For testing purposes I need to get my Outlook 2003 addin (vb.net) disabled so that it can only be reactivated through the help menu or by deleting the resilency key from within the registry.
I tried ...
0
votes
3answers
334 views
Is there a .NET Tool/Add-in available which allows you to easily rearrange the order of Regions, Subs, Functions, and Member Variables in a Class?
I'm looking for a .NET Add-in that reads in the contents of the Current Document window, lists the header declaration of all Regions, Subs, Functions, and Module Level Variables, and provides a simple ...
4
votes
4answers
597 views
Refactoring features in Visual Studio 2005 for VB
Does anybody know a good and free add-in for Visual Studio 2005 to get refactoring features in VB?
Thanks in advance
7
votes
5answers
1k views
How do you check if a variable is used in a project programmatically?
In VB.NET (or C#) how can I determine programmatically if a public variable in class helper.vb is used anywhere within a project?
Thanks in advance.
3
votes
2answers
1k views
Unit Testing of .NET Add-In for Microsoft Office
Has anyone got any suggestions for unit testing a Managed Application Add-In for Office? I'm using NUnit but I had the same issues with MSTest.
The problem is that there is a .NET assembly loaded ...


