My own calendar control for the very first time as a windows form -
07-02-2005
, 08:47 PM
I am trying to create a calendar control whereby I can have multi-line
text in it. It would sort of be like the calendar control in 31 day
(month) view in microsoft outlook. I am experimenting with windows
controls coming from a web developper background and am a little
confused where to start looking. My question is, in brief, how would I
use the windows controls to create this? For example would I just
create a bunch of panels and chain them together and each panel would
represent a day on the calendar? And in each panel i'd have a label for
the multi-line text? |