Currently, I have 4 textboxes displaying hh , mm, ss and ms.
I am required to convert only the Seconds, Minutes, and Hours and display it into another textbox (see attached doc for diagram).
I've got a brief idea that for the hours, i'm required to multiply by 3600, and as for the minutes, multiply by 60. Am i correct? Please correct me if i'm wrong. But as for the actual coding of conversion and how to display it into another textbox, i'm not sure how to do so.
As i'm very new to vb, therefore I would like to seek guidance on how can i do so. Thanks in advance for the help.