Any freeware event calendar develop in .NET 1.1 ????
-
Dear friend, Do you know any freeware event calendar develop in .NET 1.1?? It just used to show the event in month (e.g. simple version of google calendar). No need for edit. Urgently needs. Big Thanks, Mimi
-
Dear friend, Do you know any freeware event calendar develop in .NET 1.1?? It just used to show the event in month (e.g. simple version of google calendar). No need for edit. Urgently needs. Big Thanks, Mimi
-
search it in codeproject. To convert from 2.0 to 1.1, just replace generic, like List to ArrayList.
It is not simple to change from 2.0 to 1.1. Any recommend?
-
It is not simple to change from 2.0 to 1.1. Any recommend?
You need to build youreself the data structures used for the calendar. For example: a linked list: http://en.wikipedia.org/wiki/Linked_list[^