Forum: Add-ins for Outlook
June 6th 07, 09:40 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 522
Aximp.exe
the problem is with return stdole.IPictureDisp in this method if the computer
don't have vs.net installed.
"Yael" wrote:
I created a com add-in for outlook 2003 in vs.net 2003 c#.
if I...
|
Forum: Add-ins for Outlook
June 5th 07, 03:32 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 522
Aximp.exe
I created a com add-in for outlook 2003 in vs.net 2003 c#.
if I calling
stdole.IPictureDisp Pic =
MatarotHost.ImageToIPicture(Image.FromStream(imgStreamPic));
And I don't have a vs.net installed in...
|
Forum: Add-ins for Outlook
June 3rd 07, 02:17 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 468
vs.net installed and add-in problem
Hi,
I created a com add-in for outlook 2003 in vs.net 2003 c#.
Only if I had an Icon to the button of the outlook commandBtnBar I have
this problem: (if I don't had this class for the button, I...
|
Forum: Add-ins for Outlook
June 1st 07, 05:17 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 814
Base And protected method
No, I don't have after the dot fo base nothing.
I get these answers to from four else :)
"It's a static method - you can't call it on an instance."
As the method you refer to is "static", you should...
|
Forum: Add-ins for Outlook
June 1st 07, 10:39 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 814
Base And protected method
Hi,
com add-in vs.net 2003 & outlook 2003 & c#
I need to access to protected method of AxHost, How can I do this?
I get nothing after the dot (base.), Why?
This is my code: I need to set icon on...
|
Forum: Add-ins for Outlook
May 31st 07, 03:39 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 887
About AxHost
Yes,
I think this is my problem:
"This code won't even compile, as it will see the MyHost declaration,
thinking it is a constructor, and then realizing it is in a MatarotHost
class declaration,...
|
Forum: Add-ins for Outlook
May 31st 07, 03:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 887
About AxHost
Hi,
I funded the problem:
Add-in runing only on computer having a VS.NET
If the Visual Studio is not installed I don't get my com add-in because of
public class MatarotHost : AxHost
Why?
Or if I...
|
Forum: Add-ins for Outlook
May 30th 07, 07:57 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 887
About AxHost
Outlook 2003.
in some computer I can see my add-in button bmp, and in one of this computer
I can't see my button add-in with no errors, but
nothing happens - I just not see this button.
Do you have...
|
Forum: Add-ins for Outlook
May 30th 07, 09:31 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 887
About AxHost
Hi,
I have a problem, this code don't work in every computer:
I'm using this for display a bitmap in the add-in button:
public class MatarotHost : AxHost
{
public MatarotHost() : base(...
|
Forum: Add-ins for Outlook
May 29th 07, 06:34 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 853
Setup.Exe
Is it possible to change the Setup.Exe name?
|
Forum: Add-ins for Outlook
May 29th 07, 01:37 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 531
OnStartupComplete()
Hi,
I have a strange problem:
I created a com add-in for outlook 2003 in vs.net 2003 c#.
I installed this setup in 3 different computer, (toolbar add-in).
But in one of them I can't see me new add-in...
|
Forum: Add-ins for Outlook
May 29th 07, 09:20 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 640
I have a strange problem
No Connect() calling..
I tried to write:
public Connect()
{
MessageBox.Show("Connect()");
}
the messageBox is not show in this computer. It's means that there is no
connect() calling??
|
Forum: Add-ins for Outlook
May 29th 07, 08:34 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 568
About Registry key
Hi,
I have in a C# project this method to check if my com add-in alredy installed
private static bool IsAlreadyInstalled()
{
Microsoft.Win32.RegistryKey key =...
|
Forum: Add-ins for Outlook
May 28th 07, 04:30 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 640
I have a strange problem
Hi,
I have a strange problem:
I created a com add-in for outlook 2003 in vs.net 2003 c#.
I installed this setup in 3 different computer, (toolbar add-in).
But in one of them I can't see me new add-in...
|
Forum: Add-ins for Outlook
May 28th 07, 02:11 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 396
Check if outlook is already running
How can I check from C# code if outlook program is already running?
if not, I run outlook with:
System.Diagnostics.Process.Start("OUTLOOK.EXE");
|
Forum: Add-ins for Outlook
May 28th 07, 02:03 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 558
|
Forum: Add-ins for Outlook
May 22nd 07, 09:01 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 993
Outlook window
Sorry, my english isn't so good, I understood that this link is not good for
me?
Have a nice day & thank's for your replays..
"Andrei Smolin" wrote:
Yael,
I'm using share com add-in...
|
Forum: Add-ins for Outlook
May 21st 07, 02:36 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 993
Outlook window
How can I have a Client login?
"Andrei Smolin" wrote:
Hi Yael,
How can I set my form into outlook 2003 (or 2000) main pane (up right
side)?
|
Forum: Add-ins for Outlook
May 21st 07, 02:24 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 993
Outlook window
Thank's,
I'm using share com add-in vs.net 2003 & outlook 2003, so it's ok for using
Add-in Express Extensions for Outlook?
If yes, how can I download this?
"Andrei Smolin" wrote:
Hi Yael,
...
|
Forum: Add-ins for Outlook
May 21st 07, 07:54 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 993
Outlook window
How can I set my form into outlook 2003 (or 2000) main pane (up right side)?
Is it's possible without VSTO?
I want to display my form in the outlook window (explorer), not on the
outlook window, by...
|
Forum: Add-ins for Outlook
May 20th 07, 05:03 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 683
Microsoft.Office.Tools
Thank you for your replay,
So, I can't exchange the tasks panel with my tasks panel..with CTPs ?
If I can..Do you have an example/link?
I'm using vs.net 2003, so I can't use vsto? it's only for vs...
|
Forum: Add-ins for Outlook
May 20th 07, 01:11 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 505
Is it possible?
Using vs.net 2005 & outlook 2003
Is it possible to add new entities to the left bottom slide bar?
I mean the left pane you have "Mail", Tasks", "Calendar","Contacts"...Buttons.
I know I can exchange...
|
Forum: Add-ins for Outlook
May 20th 07, 01:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 683
Microsoft.Office.Tools
Hi,
I want to set my pane tasks CustomTaskPane table in outlook from shared com
add-in vs.net 2003 c# & outlook 2003
Microsoft.Office.Tools -- I don't have this!!!
I have only:...
|