Posts by Caio Henrique Nespolo • 45 points
3 posts
-
0
votes1
answer639
viewsQ: How to take the path of the directory
I’m using Winform and trying to save a string with Savefiledialog but I can’t pass the chosen directory in Savefiledialog to the System.IO File function.Writealllines; private void…
-
1
votes2
answers73
viewsQ: How do you get the time zeroes out?
I am using a Label to receive the time of a video. The time I receive from the video is a double which comes in milliseconds, for example: 1555 = 1,555 sec. When I convert to TimeSpanthe label…
-
3
votes1
answer339
viewsQ: How to use a Masked textbox for C#time?
I’m trying to create a Masked textbox that gets the time of a video. But I don’t know how to format the Masked textbox to get the time in HH:MM:SS:MMM. The value of the time I get from the video is…