itgel9462
❔ Display string that divided 1 by 1 word in textbox.
I tried to display string sentence 1 by 1 word in textbox. I used string.split() method to split. But in textbox the string did not get split,which means the sentence is displayed as it was. How can I display?
18 replies
❔ (Reposting sorry)
There's some code's that to get gazing point on the screen and a frame that created in XAML file. I want to link this 2, which means I want to create make the frame movable according to gaze position.
Files are in the Github here:
https://github.com/itgel0906/Eye-track.git
2 replies
❔ Need some help for coding
There are an eye tracker device and a frame that created in XAML. What I want to do is move the frame to the coordination of the gaze point. These 2 are written in C#. The problem is, I made the frame moveable (mywindow.top, mywindow.left on the code) but cannot find the gazing point that comes from eye tracker code.
5 replies