Click here to Skip to main content
15,908,455 members
Articles / Programming Languages / Visual Basic

little help needed in this problem vb 2010

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Dec 2012CPOL 0  
Try creating a function that will add the values. You can change the code below to what you want.Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Dim Day As String = "1" Dim Month As String = "3" Dim Year As String = "1986" ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Nigeria Nigeria
Bond is a Physics student in a college in Nigeria.
Started programming right after high school and has fallen in love with computers ever since. Likes using the word 'seriously' and is a big fan of movies especially sci-fi.

Bond is a precise, honest, caring, down to earth gentleman.
He understands that being negative is easy. There will always be a downside to everything good, a hurdle to everything desirable and a con to every pro. He has realized that the real courage is in finding the good in what you have, the opportunities in every hurdle and the pros in every con.

Comments and Discussions