Custom MonthCalendar Control

I want to create a custom monthcalendar in vb express - I need a small image beside each date & the ability to change this image for various dates.

I was planning to use a usercontrol with the monthcalenar & picture boxes beside each date then write some code to be able to figure out which picture box is beside each date.

Does anyone have any better ideas about how to approach this

Steve.



Answer this question

Custom MonthCalendar Control

  • Stephan H.

    So, there will be 30/31 pcitures associated with each date Is this a winforms app

    Thank you,
    Bhanu.



  • Christoph Muller

    No, 1 picture beside each day shown in the current month - this will be more than 30 because the monthcalendar shows more than just the days in the current month. Yes this is a Winform app created in VB Express.

    Steve.


  • Custom MonthCalendar Control