lskuff
May 5th, 2006, 02:22 PM
I am writing a little scheduling program in C# where one of the forms there needs to be a calendar and people's tasks will display as bars for the time they are assigned. For example:
| --------------May-------------- | ------------- June ------------ |
John: ##TASK1## #### TASK2####
Bill : #######TAKSK1#####
Joe : ################TASK1#############
I am having trouble with the calendar part. I either want to find a FREE custom control ( I don't care how graphical it is, if it is just text with days marked out ) .. Something like this would be really good, it's too bad it is ASP.NET:
http://www.thecodeproject.com/aspnet/EventCalendarControl.asp?df=100&forumid=189066&exp=0
Or I need to know how I can manipulate one of the C# form controls to do what I want... It doesn't seem like the CalendarMonth is very flexible :(
It seems like there are a lot of free calendar controls out there but they are all ASP.NET.... Can I convert an ASP.NET control to C# form control easily? Thanks
| --------------May-------------- | ------------- June ------------ |
John: ##TASK1## #### TASK2####
Bill : #######TAKSK1#####
Joe : ################TASK1#############
I am having trouble with the calendar part. I either want to find a FREE custom control ( I don't care how graphical it is, if it is just text with days marked out ) .. Something like this would be really good, it's too bad it is ASP.NET:
http://www.thecodeproject.com/aspnet/EventCalendarControl.asp?df=100&forumid=189066&exp=0
Or I need to know how I can manipulate one of the C# form controls to do what I want... It doesn't seem like the CalendarMonth is very flexible :(
It seems like there are a lot of free calendar controls out there but they are all ASP.NET.... Can I convert an ASP.NET control to C# form control easily? Thanks