Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I would like to make a custom scheduling project. It will be used to easily schedule objects around the shop. I have created a beta version of this where I have made my own custom components which are will be able to be moved around the grid. But I'm not sure where to start on making the grid. I want the top of the grid to have columns of dates and then above the columns it shows the week number. To the left of the rows I want it to show groups like different machines or departments. I can do most of the underlying code and would like to make a article about it once I'm done but I'm not sure how to make a custom data grid which accepts the custom controls I have made. I have made the controls so the right edge can be dragged so it fills up more time in the current day/week. Any suggestions or resources that you can think of to create a custom grid like application would be very helpful.

I am using standard win forms and can use either VB.NET or C#

Thank you
Posted
Updated 7-Oct-13 10:17am
v3
Comments
Sergey Alexandrovich Kryukov 7-Oct-13 16:08pm    
It all depends on the UI library or application type you want to use. Please tag it.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900