abControl Problem
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I am developing the windows application In that i used the TabControl In that Tabcontrol on one tabpage i choose DOB when user selects the DOB then on another tab in the textbox age is calculated accordingly Please Suggest.....
Arr You Using VB6 or Visual Basic .net but in both cases there is only a single form so no matter you are working on which ever tab of tab control you could use the datetimepicker's value change to calculate the age. and store into the textbox you required. With Regards Yogesh Agarwal
modified on Friday, February 29, 2008 5:45 AM