
December 23rd, 2012, 12:50 AM
|
|
Contributing User
|
|
Join Date: May 2012
Posts: 140
Time spent in forums: 1 Day 4 h 53 m 15 sec
Reputation Power: 2
|
|
|
I am not that familiar with C++ builder, so I might be wrong. It's years ago last time I used it. But I believe you have a Timer component. Use it to check the time every30 or 60 secs. In the time is when you need to be reminded, then pop up a ShowMessage or MessageDlg.
There is more efficient way to do this, however. Using windows api wait functions. But it's a little bit more difficult. Much easier to use the above approach.
|