Forum: Visual Basic 4 / 5 / 6 Aug 16th, 2005 |
| Replies: 2 Views: 1,526 Private Sub Form_Load()
Timer1.Interval = 1
lbMessage.Caption = ""
Text1.Text = ""
montext(0) = "07:30:00"
montext(1) = "07:40:00"
montext(2) = "07:55:00"
... |
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2005 |
| Replies: 2 Views: 2,420 Is there a way to get the day of the week when supplied with a date?
usign the date() function ie how do i find out what day of the week it is e.g. Monday, Tuesday, Wednesday, Thursday, etc ? |
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2005 |
| Replies: 2 Views: 1,526 Hey there i am just starting programming in vb and what i need is
1. to be able to print what day it is monday, tuesday, wed.. etc in a text box just the code for this is what i need.
2. want to... |