Originally had the file loaded had the program read a number and had trouble converting that number of total seconds into a TimeSpan.
Finally got it working with a simple code, after COUNTLESS tried of different code. lol:
Dim nmTime As TimeSpan = TimeSpan.FromSeconds(TextBox1.Text)
TextBox1.Text = nmTime.ToString
Now I'm stuck converting that Timespan (in the DD:HH:MM:SS format) back to a integer of total seconds.
Tried a bunch of codes I could think of but it was time that I had a fresh idea from other people. Any help is much appreciated.
Thanks guys.

New Topic/Question
Reply




MultiQuote









|