Visual Basic 2010
Get free Visual basic 2010 source codes. Learn Visual Basic 2010 using this website.
Pages
Home
About
Total Pageviews
641,371
Add This
My Links
Click Here For More FREE Visual Basic 2010 Tutorials
Monday, June 6, 2011
Get Weekday name
To get the WeekDay name you have to create a button like on the picture bellow:
After, write the code:
Dim getdate As Date
getdate = Now
MessageBox.Show("Weekday name: " & getdate.ToString("dddd"), _
"Date exercise")
The resul is as on the picture bellow:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment