PPRuNe Forums - View Single Post - Adding Times in VB.NET
View Single Post
Old 3rd Sep 2006, 11:54
  #1 (permalink)  
overwing
 
Join Date: Jan 2000
Location: Dublin, Ireland
Posts: 19
Likes: 0
Received 0 Likes on 0 Posts
Adding Times in VB.NET

Hi,
I am trying to add times when I press "Button1" to sum "Textbox1" and "Textbox2" the result to display in "Label1"
e.g. Textbox1 = 12:03 and Textbox2 =02:03 I want Ans. 14:06
Textbox1 = 22:03 and Textbox2 =05:20 I want Ans. 03:23
This is in VB.NET
Can anyone show me the code.
Thanks.
overwing is offline