views:

6199

answers:

8

Hi,

Has anybody used the MS Project Gantt chart control in C#? If yes, can you share some resources regarding this?

Many thanks, Dragos

A: 

Maybe this helps "C# and Microsoft Project".

John
+1  A: 

Try these links for a start.

http://www.ilog.com/products/ganttnet/

http://www.netronic.com/products-for-developers/gantt-charts.html?gclid=COLdutasoZUCFQunQwodoWOPkw

solrev
Netronic make you register on their site just to see a price list - FAIL
CAD bloke
A: 

My company decided to buy the Infragistics NetAdvantage for .NET. We will be using their Gantt control.

Thanks for your answers.

Drakiula
A: 

If you are looking for simple Gantt Chart control in asp.net i recommend jsGantt.It's purely written in javascript ript,html,css and very fast.Also easy to integrate with any of the language in web. Here is a good tutorial of using jsGantt in ASP.net Here in CodeGlobe

+2  A: 

You could also check Gantt Chart Library for WPF or Windows Forms, they do not require Microsoft Project installed on the client computer, but provide similar UI for project and related Gantt Charts.

A: 

How to draw gantt chart using Infragistics control in asp.net??

A: 

If you are using Microsoft Gantt and you want help in developing Gantt Chart application for Microsoft Office Project, you can have help from below link

http://blog.functionalfun.net/2008/09/how-to-create-gantt-control-in-wpf.html

Web Based Project Management
A: 

I used the code example in "How to use the jsGrid" section in the "How to: Create a Gantt Chart Using JS Grid" as directed: http://msdn.microsoft.com/en-us/library/ff407962.aspx I want the gantt to show relations between tasks. What do I need to add to this code??

Inbal