Results 1 to 2 of 2

Thread: Dynamic calendar controls

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2000
    Location
    Mexico City
    Posts
    306

    Dynamic calendar controls

    Hi!!!

    I want to add dynamically calendar controls to a webform, so I can receive an initial and ending date, then display calendar controls to cover all the months contained.

    Thanks !!!

    If things were easy, users might be programmers.

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    Re: Dynamic calendar controls

    Just declare a new calender control:

    Code:
    Dim calcontrol As New Calendar
    Then you can access all the properties of the control and go from there.
    ~Ryan





    Have I helped you? Please Rate my posts.

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