Hello guys,
I really need help.I must to develop an outlook plug-in that scan the email and detect the person’s signature at the end and create a V-CARD from that , with VB6.
Please, please send me the solution if you know!!!
thanks .
Printable View
Hello guys,
I really need help.I must to develop an outlook plug-in that scan the email and detect the person’s signature at the end and create a V-CARD from that , with VB6.
Please, please send me the solution if you know!!!
thanks .
So far I'm aware, Office 2003 / 2007 plugins can not be created using VB6. I had a similar project at work, but could only do it using Visual Studio 2005 (C#) and the Visual Studio Tools for Office "SDK". (See here)
are you sure , I amn't implement this project by addin project in VB6?
Pretty sure... If you do get it going in VB6 though, finding support for your endavour will be just as hard.
I could find anything online on how to do it using VB6, so I just changed to C#.
I am not familiar with C#.is it easy to change to C# for this project.
can you help me , to start this project? please send me your sample code if you have .
You don't necessarily need to use C#. You can also use VB in Visual Studio. I opted for C# as I also use other Visual Studio toolkits that were designed only for C#. (XNA, for example)
Unfortunately I do not have any sample code at hand. There are a number of people on these forums that can give you a hand with any problems you might have. Just post them in the appropriate forum. ;)
My suggestion would be for you to download the toolkit and try to build a "sample" project in VB 2005. After that, you can expand the project to what you need.