How to make an Outlook Add-In with VB.NET? (with property page)

  • Thread starter Thread starter DraguVaso
  • Start date Start date
D

DraguVaso

Hi,

I want to make an Outlook 2000 Add-In with VB.NET 2003, but I'm not able to
find any good information about it how to do it.
I want to have a property-page for my Add-In in Outlook to change some
settings. do i have to add a form for that? Or how do I do this?

Any help would be really appreciated!

Thanks a lot in advance,

Pieter
 
Hi,

Here is an article on how to make an add-in for outlook 2002. It
should be basically the same. You need to create a form for your settings.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k2/html/odc_oladdinvbnet.asp

Ken
----------------
Hi,

I want to make an Outlook 2000 Add-In with VB.NET 2003, but I'm not able to
find any good information about it how to do it.
I want to have a property-page for my Add-In in Outlook to change some
settings. do i have to add a form for that? Or how do I do this?

Any help would be really appreciated!

Thanks a lot in advance,

Pieter
 
Hi,

It's not bacilcy the same unfortunately, but I got the exemple to work. But
it's not really clear, and it add's only one button somewhere. I looking for
something that explains more.
And about the property-page: I create a form, and after that? Because when I
just put a form in it it doesn't show it on the property pages...

Pieter
 
Hi,

It was one of the first things I found, and it really seems a great product,
but unfortunately it isn't free...
Or can you try and test it (without having registration warnings?) without
having paid yet?

Pieter
 
Back
Top