On 4/11/06, ted leslie <[EMAIL PROTECTED]> wrote: > anyone know of a small calendar widget thats opensource in c-sharp .Net ?
Is the System.Windows.Forms.MonthCalendar (or System.Web.UI.WebControls.Calendar) not implemented in Mono? Could you not use those, subclassing as necessary? I know for an ASP.NET 2 app I had little trouble subclassing System.Web.UI.WebControls.Calendar to do what I needed. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
