Task Reminder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • THEAF
    New Member
    • Mar 2007
    • 52

    Task Reminder

    hi,
    Does anyone know how i can create a task reminder using maybe a few things like modules, listbox, command buttons, textboxes and any other commonly used buttons.
    And do you know where i can download a free example that show how to create something like this.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    What exactly you want to create ?

    What you want to remind about ?

    Comment

    • BorlandDelphi
      Banned
      New Member
      • Mar 2008
      • 18

      #3
      I can help you abd I can send you some samples. Just say me what exackly do you want,please!

      BorlanDelphi % Better than yestarday %

      Comment

      • THEAF
        New Member
        • Mar 2007
        • 52

        #4
        well its for my project.
        I want to create reminders like appointemts, meetings, deadlines that kind of things.
        The set up should be like 3 textboxes 1st for the name of the reminder, 2nd for the date to be reminded and the 3rd for the time to be reminded at. all reminders should be able to be seen in a listbox. Oh an the reminders sould be stored in mS ACCESS and im using vb6

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          store the reminder names with data and time
          check for system time and display the message at proper date and time.
          chek using timer control.

          Comment

          • THEAF
            New Member
            • Mar 2007
            • 52

            #6
            i have done something like this that is without the timer, it worked but had problems. i't posted my problem but i didn't get a good response to solve my problem. iso i was maybe(hopefully ) wondering if someone could direct me to a source code that fulfills my needs.

            Comment

            Working...