Visual Basic 2010
Get free Visual basic 2010 source codes. Learn Visual Basic 2010 using this website.
Pages
(Move to ...)
Home
About
▼
Monday, June 6, 2011
Get the month Name
You have to create a button and write the code bellow:
Dim getdate As Date
getdate = Now
MessageBox.Show("Month name: " & getdate.ToString("MMMM"), _
"Date exercise")
When you execute the form you will get the same as on the picture:
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment