CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Date Picker

  1. #1
    Join Date
    Jun 2000
    Location
    India
    Posts
    12

    Date Picker

    I want to make the fore text colour of the DatePicker as Blue. Please suggest how to change this property.
    Thanks


  2. #2
    Join Date
    Jul 2000
    Posts
    223

    Re: Date Picker

    Maybe this can be of some help:
    http://msdn.microsoft.com/library/de...esexamplex.asp

    HTH

    Sead

  3. #3
    Join Date
    Jun 2000
    Location
    India
    Posts
    12

    Re: Date Picker

    Thanks for the prompt reply.
    But I am not able to solve my problem. Because the code says:


    With DTPicker1
    .CalendarBackColor = vbYellow
    .CalendarTitleBackColor = vbRed
    .CalendarTitleForeColor = vbWhite
    .CalendarTrailingForeColor = vbGreen
    End With




    This code only sets the color settings for the drop-down calender shown on clicking the arrow on the date picker control. But I have to change the color of the selected date shown in the text box after it is selected from the calender.

    Thanks



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

Featured