Results 1 to 3 of 3

Thread: ForeColor for DTPicker

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    MD
    Posts
    182

    ForeColor for DTPicker

    Can anyone post code for changing forecolor for a DTPicker?

    Thanks

  2. #2
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    VB Code:
    1. With DTPicker1
    2.       .CalendatForeColor = vbBlue
    3.       .CalendarTitleForeColor = vbRed
    4.       .CalendarTrailingForeColor = vbGreen
    5. End With

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    MD
    Posts
    182
    It doesn't change Forecolor of DTPicker. It changes only forecolor of its Calendar.

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