Results 1 to 4 of 4

Thread: MonthView

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Posts
    41

    MonthView

    The program is this. I would like in the form load to load in the months of 12 with the first month showing as the current month. 4 accross the screen and 3 down. Next in the form load I would like to have a database read as follows: 12/03/02|Christmas Ball|The Christmas Ball is being held at the St. Jose Church on 12 Main Street at 2:30|Dan Williamsom|845-564-9898|. Also in the form load I would like to have the date 12/03/02 circle to show that their is something on that date and every month showing something if there is something. If a user clicks on that date, then I would like to have a listbox or listview show up, that are showing everything on that date. If a user clicks on that one that another box to show up showing all the information. Now I have already done most of it. I can't do the first part tho. Can anyone help me? Dan [email protected]

  2. #2
    Let me in .. techyspecy's Avatar
    Join Date
    Aug 2002
    Location
    Back to VBF.
    Posts
    2,456
    What have you done and what do you want us to do for you ???
    Describe clearly.

    If it is just about showing the 12 months on the form, whats the big deal with that.


  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    I do not think there is a way to specify that there are events for the calendar control. I tried this awhile back, without success.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    As Requested...

    VB Code:
    1. Select Case Index
    2.  
    3. Case 0
    4.  
    5. ' Set 1st Monthview
    6.  
    7. monthview1(0) .value = "12/04/02"
    8.  
    9. Case 2
    10.  
    11. ' Set 2nd Monthview
    12.  
    13. End Select


    Does this make it clearer?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

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