hi, Every one,
i am creating a from .in this i have calender control and label buttons avilable.
i click calender day . i want to display the date at label..

give me a suggestion.

Hi,

Try this:

Private Sub Calendar1_Click()
    Me.Label1.Caption = Me.Calendar1.Value
End Sub
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.