![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have created a shared add-in for Microsoft Outlook. It adds a button
to the Outlook standard toolbar which when clicked opens up a windows form and performs ceratin actions. The add-in is developed using Microsoft Visual Basic.net using the Shared Add-in Wizard. It also created a setup program (msi). When the setup is run, it asks for a directory in which to install the dll. What I want to do in my add-in code is to get the directory in which the dll has been installed. I tried application.startuppath but that gives me the directory from which outlook is running. Please, can anyone tell me which command to use to get the directory in which the dll exists. Thank you, kr |
Ads |
#2
|
|||
|
|||
![]()
On May 31, 10:33 am, w2000learner wrote:
I have created a shared add-in for Microsoft Outlook. It adds a button to the Outlook standard toolbar which when clicked opens up a windows form and performs ceratin actions. The add-in is developed using Microsoft Visual Basic.net using the Shared Add-in Wizard. It also created a setup program (msi). When the setup is run, it asks for a directory in which to install the dll. What I want to do in my add-in code is to get the directory in which the dll has been installed. I tried application.startuppath but that gives me the directory from which outlook is running. Please, can anyone tell me which command to use to get the directory in which the dll exists. Thank you, kr MessageBox.Show(System.AppDomain.CurrentDomain.Bas eDirectory); MessageBox.Show(System.Reflection.Assembly.GetExec utingAssembly().Location); |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can't find shared calendar | Paolo | Outlook - Calandaring | 0 | March 15th 07 10:05 AM |
Problems viewing shared calendar when Office 2003 SP2 is installed. | [email protected] | Outlook - Calandaring | 0 | January 2nd 07 01:35 PM |
cant find out how to search for appointment in shared calendar | ib | Outlook - Calandaring | 0 | October 27th 06 04:04 PM |
How do I find the Save to netsuite icon after I installed it? | Saied | Outlook - General Queries | 1 | October 13th 06 04:11 PM |
Can't find LDAP Directory Server for sending my mail | agrin | Outlook - General Queries | 1 | June 29th 06 06:37 PM |