Graphic in Calendar

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Can someone show me an example of how to add a graphic to one or more days in the calendar control? I would like to add a plus sign graphic to each weekday in the calendar where use can click on this graphic to add and event.

(preferably in c#)


Thanks


Peter
 
try using dayrender event of the calendar contrl to find the date to which u
want to add the graphic.
then define the graphic, its path etc., and use
e.Cell.Controls.Add(your_control)
i ve done it to add label control which displays the event details.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top