Results 1 to 2 of 2

Thread: Monthview

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Posts
    41

    Question Monthview

    Okay let's see if we do have experts here. Here's the problem. I'm trying so hard to develop a program that will show 12 months on the screen at once. Now, on the other end, I have loaded in a database (written in txt) with the following fields: 12/02/02|Christmase Ball|Dan Jones|565-0909|ball.htm. So when the user brings up this page, he will see 12 months (oct 02 - Sep03, with the date of 12/02/02 highlighted. When the user clicks on this date, he will see a new page with the title in BOLD letters "Christmas Ball", and then the rest of the information. Can someone please help me?
    Dan

  2. #2
    Lively Member
    Join Date
    Apr 2002
    Location
    India
    Posts
    105
    Load MS Windows Common Control 2 6.0 and add monthview control.
    Set the MonthRows = 3 and MonthColumns = 4 from properties of control.
    U will see 12 months together on a screen.
    Now to check values, on click of monthview check whether the monthview value is equal to ur db value, if yes then proceed.
    Shahab Ahmed

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