Intense Help

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
13 posts Page 2 of 2
Contributors
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Intense Help
upperdrag
ahh, nvm.. at least u tried.. :l I think i got it, first use a label and called it date and if you upload the date is for EG 2/3/2011 and your computer's date is 2/3/2011
it will show the message??
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Intense Help
mandai
Code: Select all
        Dim dt As DateTime = DateTime.Parse("2/3/2011")
        If DateTime.Now.Date = dt Then
            MsgBox("date is now")
        End If
?
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Intense Help
upperdrag
Thanks Mandai :))
13 posts Page 2 of 2
Return to “Tutorial Requests”