Winforms C# Outlook 风格日历
我的任务是在 winforms C# 应用程序中重新创建 MS Access 日历。我为用户创造的东西——他们讨厌。基本上,我正在将数据转储到 DataGridView 中,他们可以按月、日或员工进行搜索以获取日历事件。
他们要求重新设计,使其看起来像带有 SQL 服务器后端设计的 Outlook 样式日历前端。我想说的是,这个项目的预算为零,因此购买组件不是我们的选择。
有没有人必须创建一个 Outlook 样式的日历,允许在给定的一天进行多个事件等?您有如何进行的示例吗?或者有什么建议吗?
I have been tasked at re-creating an MS Access calendar in a winforms C# application. What I had created for the users - they hate. Basically I was doing a data-dump into a DataGridView where they could search by month, day or employee to get the Calendar events.
They have asked for a redesign to make this look like a Outlook Style Calendar front-end with a SQL server back-end design. Let me say that there is zero budget for this project so purchasing components is not an option for us.
Has anyone had to create an Outlook style calendar that allows for multiple events on a given day, etc? Do you have any examples of how to proceed? Or any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Codeproject 有几个 WinForms 日历,例如 http://www.codeproject.com/KB/docview/ WinFormsCalendarView.aspx
Codeproject has several WinForms calendars, e.g. http://www.codeproject.com/KB/docview/WinFormsCalendarView.aspx