' Multicolumn ' CMonthCalControl
-
Hello I am quite new to the CMonthCalControl (I am working with VC7). Is there a simple way to give it a 'multirow' (multi columns) 'shape', i mean a simple way in order to show not only one 'calendar box' but, say, 3x4 month boxes all at once? I suppose i could get that result creating an array of controls, right? Thanks in advance for any help/tip/info! best regards
-
Hello I am quite new to the CMonthCalControl (I am working with VC7). Is there a simple way to give it a 'multirow' (multi columns) 'shape', i mean a simple way in order to show not only one 'calendar box' but, say, 3x4 month boxes all at once? I suppose i could get that result creating an array of controls, right? Thanks in advance for any help/tip/info! best regards
Not really (unless it has been enhanced lately). I have tried to do this. You could create multiple controls, but selection would not work across them and you will have problems with sizing. I have published a control here on CP which does this and much more. You can find it at: http://www.codeproject.com/miscctrl/minicalendar.asp[^]
-
Not really (unless it has been enhanced lately). I have tried to do this. You could create multiple controls, but selection would not work across them and you will have problems with sizing. I have published a control here on CP which does this and much more. You can find it at: http://www.codeproject.com/miscctrl/minicalendar.asp[^]