CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2000
    Location
    Belgium, Bruges
    Posts
    146

    Make a day planner control

    Hi,

    I need to make an application where the user can type texts per quarter of an hour. Is there any control that supports that? or any existing project where I can start from?

  2. #2
    Join Date
    Jan 2003
    Location
    Albany, NY
    Posts
    82
    Could you be a bit more specific?
    Your code can only be as good as your algorithm.

  3. #3
    Join Date
    May 2000
    Location
    Belgium, Bruges
    Posts
    146

    day planner control

    The control i would like is this:

    on the screen you see different days divided in quarters of an hour. Per quarter i want people to be able to type something. It should also be able to type something that goes for different quarters (multiselect).

    I'll explain why i need it. In my work people have to keep track of their worked time. So they have to give in, per quarter, for what company they worked and what they did. If they feg worked for company A for 2 hours, they should be able to select those 2 hours and type it in one time.

    I look somethin similar to the Novell GroupWise callendar control (I have that OCX, but it crashes a lot).

    Thanx

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