how to design a calendar control
        Posted  
        
            by dhh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dhh
        
        
        
        Published on 2010-05-11T19:25:07Z
        Indexed on 
            2010/05/11
            19:34 UTC
        
        
        Read the original article
        Hit count: 392
        
I need to design a calendar control which should be added to our companie's application (I know there's already quite a lot calendar controls but I shall develop our own one...).
How should I start, should I use a kind of table to display the days or should I completely draw my own grid? How can I do this (I do not need rdy-to-use code, I just need some ideas...)
© Stack Overflow or respective owner