I am writing an application in Visual Studio 2013 using C#
I have some live values that I get from Kinect and I process those values and save them in a floating point.
there are about 8 values
I need to print these values out on my window how do I go about that??
If you just need to Display your constantly changing floating point number on your Window, You can use
Label
. But as values changing frequently this may cause GUI to hang. To prevent this I have an extension ClassAnd use in this way
On value change event: