Results 1 to 5 of 5

Thread: [RESOLVED] Bind to monthcalander

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    509

    Resolved [RESOLVED] Bind to monthcalander

    Hi

    If i have a monthcalender control on my form and i grab a recordset that includes dates, how can i get the dates to show on the month calender.

    Basically, just on a mobile phone, when you have a calender and you make a reminder, it highlights that date through a bold font.

    I am trying to achieve the same effect.

    I tried doing the following but it wouldn't work?

    Code:
    MonthCalendar1.DataBindings.Add("Date", ds.Tables(0), "Dated")
    Last edited by snipered; Apr 14th, 2007 at 05:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width