7
Answers

how to implemet vb.net code into vb6.0 ?

Photo of Bhavesh Vankar

Bhavesh Vankar

3y
849
1
 Dim dateTime As DateTime = Convert.ToDateTime(txtBirthDate.Text.Trim())
    txtRetirmentDate.Text = dateTime.AddYears(58).ToString("dd/MM/yyyy")

how to implement above code into vb6.0 from vb.net 

Answers (7)