5 pts.
 date count down in VB 6
with vb6 i an event set with date to count down the days till the date is due

Software/Hardware used:
vb6 professional
ASKED: January 18, 2010  10:50 PM
UPDATED: January 21, 2010  7:59 PM

Answer Wiki:
The instructions in this article will assist you in getting a timer set up: <a href="http://www.vb6.us/tutorials/understanding-timer-control-vb6"> You will want to add these lines to the tmrTest_Timer sub: If Date() = DateValue('01/01/2010') & Time() >= TimeValue('01:00 PM') Then tmrTest.Enabled = False MsgBox("Due date reached."); End If
Last Wiki Answer Submitted:  January 21, 2010  7:59 pm  by  Gent01   1,855 pts.
All Answer Wiki Contributors:  Gent01   1,855 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _