I would like to implement a day calendar in my code, are there any controls that can be sued for (thinking of the monthly calendar here). Want I want to achieve is a look similar to outlook or gmail calendar. Is there any easy way to do this or do I have to do it manually?
Was thinking about using a sort of grid/cells combined with a month calendar. T.ex. you select a day and the added appointments get highlighted in the appropriate row that mathes the time for the event.
Would be nice with a control though…
The only calendar control I know of is the MonthCalendar control. You’ll have to create a custom control if you’re looking at creating something that just displays the day. I would Google what you’re looking for, chances are there are examples or already made user controls that you could use. You may want to search the Outlook Interop MSDN pages and see if there’s anything in there – never know.