i only want to display time in hh:mm:ss format. i'm receiving the data from serial port devices.
i dont want to use datetime picker. i just want to display it in textbox..
somewhat like textBox5.Text = string.Format("{0:0.00}", resultArray[4]);
how can i do that??