Add-in for Project Pro

M

med111

Hi,

How can we build an add-in for project professionnal 2007?

in fact, I want to make some customization to project professional
(for example changing a menu). so i create a add-in. then I will apply
the add-in on all Clients (Project Professional)
 
A

Abhijit

Have you written an addin to any other MS Office product?

Any choice of development platform (C++ / C# / VB / VBA)?

There are many ways of creating an addin. Download the SDK which has
examples and help file.

The simple starting point can be using Macros and assigning them to toolbar
button.

Using VB/VC/C# you can create addins which have better handling capability
than VBA Macros.

Abhijit Deshpande
REVAMP Consulting
www.revamp.in
 
M

med111

thank you for your replay.
But Which SDK I should download?
I have the Project 2007 SDK it has no example about Add-in
 
S

s.heimberger

If you use VS2005 you have to choose the ,,Shared Add-in" Template (New
Project/Other Project Types/Extensibility). After the Shared Add-in
Wizard starts select as Application Host (Step2) Microsoft Project.

That's it ;-)

Sven
 
M

med111

Ok, I will try to do it. and if someone have tutorials, urls,
examples... it will be very helpful.
I found some examples in access and excel but not in Project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top