Hi,
I am trying to design a monthly calendar to be shown on a form at once.
I can do a week using a datagridview, showing each appointment by time and day of the week, but with 31 days it seems difficult to decide which way I should do it.
Do I add 31 datagridviews to a single form, that may be slow to draw so many all at once and show in one form?
Or compress all appointments into 1 string and show a rectangle for each day of the month, which could be easier to do and run a lot faster.
I'd be interested in what people think and a pointer in the best direction? Or even screenshot of how one might look?
kind regards
G
I am trying to design a monthly calendar to be shown on a form at once.
I can do a week using a datagridview, showing each appointment by time and day of the week, but with 31 days it seems difficult to decide which way I should do it.
Do I add 31 datagridviews to a single form, that may be slow to draw so many all at once and show in one form?
Or compress all appointments into 1 string and show a rectangle for each day of the month, which could be easier to do and run a lot faster.
I'd be interested in what people think and a pointer in the best direction? Or even screenshot of how one might look?
kind regards
G