Question How To Make Reminder Pop Up

d03lp13s

New member
Local time
Tomorrow, 03:40
Joined
Oct 13, 2014
Messages
3
Hello all.
sorry if I post in wrong place, I want to make an application that reminder Radio Broadcaster to read ads based on airing hour.
I have a question , how to make reminder pop up based on selected hour or time and date of that adveristement. Please give how to make this or just example program that i need for.
Thanks for kindness
 
Yes, more info needed. Using the OnTimerEvent for a form Example:
If Date = Date And TimeValue(Now()) = #12:00:00 AM# Then
Call MsgBox("Hello World!", vbExclamation, Application.Name)
End If

HTH
 
Yes, more info needed. Using the OnTimerEvent for a form Example:


HTH

Thanks I have found my answer..
I make a live/ real time clock from textbox called txtdate , time interval 125 , onTimer called fuction that verify txtdate value and textboxinput from user. If I input time 19:05, and the if the real clock point to 19:05 (or simply if txtdate value same as txtinput) the msgbox called out.

Thanks
 

Users who are viewing this thread

Back
Top Bottom