Click here to Skip to main content
15,908,673 members

Comments by Yannick Brodard (Top 4 by date)

Yannick Brodard 8-Aug-14 2:12am View    
Hi babli3, I have a similar problem, so if you found a solution can you please post it ? Thank you ! :)
Yannick Brodard 7-Aug-14 8:30am View    
You can use DateTime.Now.Millisecond and if you want to format the display of your date with milliseconds just do : String.Format("{0:dd/MM/yy HH:mm:ss.FFF}", myDateTime);
Yannick Brodard 17-Jul-14 8:23am View    
Display it before processing the data and remove it when data is processed. And if you don't want your application to freeze while your data is being processed, just use sync / await for you method
Yannick Brodard 16-Jul-14 3:13am View    
Thank you for the comments, it helped me a lot. :)