want to create a reminder program, need help getting started

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Apr 2004
Posts: 573
Reputation: Dark_Omen is an unknown quantity at this point 
Solved Threads: 5
Dark_Omen Dark_Omen is offline Offline
Posting Pro

want to create a reminder program, need help getting started

 
0
  #1
Dec 15th, 2004
Hello,

I want to create a program the scrolls in on the side of your screen that reminds you to do stuff at certain times. You can tell it what to remind you. I am writing it in c++. One problem I have is where to get started, this will be the first real program that I want to do. What do I need to set up. And does anybody have a clue on how to make a program scroll out from the side of the screen (I know the scrolling thing might be kind of confusing because thats the only way I could describe it)

Thank You
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 436
Reputation: Chainsaw is an unknown quantity at this point 
Solved Threads: 10
Chainsaw's Avatar
Chainsaw Chainsaw is offline Offline
Unprevaricator

Re: want to create a reminder program, need help getting started

 
0
  #2
Dec 16th, 2004
So you'd have at least four basic parts; a form you fill out to enter an appointment or thing to remind you of, a list of things pending, a background task that just watches the clock, and then the pop-up/scroller to do the reminding.

Is this Windows? Are you using VC? There are sample 'tray' apps that show you how to have a background program with an icon in the windows tray. Then you could click on that icon to get to the list and form. The background process would also be watching the clock (maybe using a waited-GetMessage() call).

There must be sample scrollers on the web as they're all the rage with MSN and other mail programs now. Google should help there.
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 573
Reputation: Dark_Omen is an unknown quantity at this point 
Solved Threads: 5
Dark_Omen Dark_Omen is offline Offline
Posting Pro

Re: want to create a reminder program, need help getting started

 
0
  #3
Dec 16th, 2004
thanks, you put everything in perspective for me. I am using it in windows, and I ma not using VC. Is that a suggestion to use VC?
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 436
Reputation: Chainsaw is an unknown quantity at this point 
Solved Threads: 10
Chainsaw's Avatar
Chainsaw Chainsaw is offline Offline
Unprevaricator

Re: want to create a reminder program, need help getting started

 
0
  #4
Dec 16th, 2004
Only because VC comes with a bunch of samples, including, I think, a tray sample. But it probably uses MFC, so for that you'd need VC.
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 573
Reputation: Dark_Omen is an unknown quantity at this point 
Solved Threads: 5
Dark_Omen Dark_Omen is offline Offline
Posting Pro

Re: want to create a reminder program, need help getting started

 
0
  #5
Dec 17th, 2004
I can't find any sample code for a program that has a slide out gui and. Can any one help? I also could not find anything that shows me how to run a program in the background, but I am sure there is one out there, but if you know that would be a lot of help.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: want to create a reminder program, need help getting started

 
0
  #6
Dec 19th, 2004
There is probably a parameter(s) in CreateWindowEx to help with the problem, but its nothing ive made before either!!!
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1
Reputation: arulselvi is an unknown quantity at this point 
Solved Threads: 0
arulselvi arulselvi is offline Offline
Newbie Poster

Re: want to create a reminder program, need help getting started

 
0
  #7
Jul 8th, 2005
Hello,
How to make a reminder i.e to setup a reminder in a system as a popup window.the platform i have chosen is php.
Thank You.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Computer Science Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC