简体   繁体   English

如何在Visual Studio C中创建“项目概述”#

[英]How do I create a “Project overview” in Visual Studio C#

I´m using Visual Studio 2008 / C# and SQL Server 2005 to create a tool where people can allocate resources for periods of times, and in certain places, and with certain tasks. 我使用Visual Studio 2008 / C#和SQL Server 2005来创建一个工具,人们可以在一段时间内,某些地方以及某些任务中分配资源。

They like the implementation, but they want to have a better Overview - that is, Dates as Columns, and allocations as horizontal coloured sausages (rows). 他们喜欢实现,但他们希望有一个更好的概述 - 即日期作为列,分配为水平彩色香肠(行)。

Like an ordinary project overview, you know? 像普通的项目概述一样,你知道吗?

Now, do you have any tips on how I should do it (create a Project Overview)? 现在,您有关于我应该如何做的任何提示(创建项目概述)? Just high level tips, that´s what I need - I can dig by myself. 只是高级别的提示,这就是我需要的 - 我可以自己挖掘。

First of all, I think, that the overview you are talking about is actually called Gantt chart. 首先,我认为,您所谈论的概述实际上称为甘特图。

How to implement it? 怎么实现呢? Well, I can bet that you can find a lot of implementations of gantt chart controls, for WinForms, WPF or ASP.NET - whichever you need. 好吧,我敢打赌,你可以找到很多甘特图控件的实现,用于WinForms,WPF或ASP.NET - 无论你需要什么。 I bet it would be the fastest and most cost-efficient way to do it. 我敢打赌,这将是最快,最具成本效益的方式。

If, for some reason, you need to implementit yourself - then you'll just have to create your own contorl, but I strongly recommend using one of the existing ones - it'll save you a lot of time and nerve 如果,出于某种原因,你需要自己实现 - 那么你只需要创建自己的控件,但我强烈建议使用现有的控件 - 它会为你节省大量的时间和精力

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Visual Studio 2010为C#Web服务项目创建.msi安装程序? - How do I create an .msi installer with Visual Studio 2010 for a C# webservices project? 如何在 Visual Studio 的 C# 中创建服务引用? - How do I create a Service Reference in C# in Visual Studio? 如何在 Visual Studio C# 中创建表单实例? - How do I create an instance of a form in Visual Studio C#? 如何在 Visual Studio 2022 中正确创建 C# WinUI 项目? - How to properly create a C# WinUI project in Visual Studio 2022? 如何使用 Visual Studio Code 创建 C# 项目? - How to create a C# project using Visual Studio Code? 如何在Visual Studio Code中以.csproj扩展名创建C#项目? - How to create C# project with .csproj extension in Visual Studio Code? 如何添加 C# 扩展以在 Visual Studio 中创建新项目 - How to add C# extension to create a new project in visual studio 如何使用 Visual Studio Code 创建新的可执行 C# 项目 - How to create a new executable C# project with Visual Studio Code 如何在Visual Studio 2015的C#项目中运行简单的Powershell命令? - How do I run a simple Powershell command from my C# project in Visual Studio 2015? 如何为我的 Visual Studio 2010 C# 项目制作安装程序? - How do I make an installer for my Visual Studio 2010 C# project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM