I've made a small program that pings a certain IP each second. From the ping response, I get the time=XXms parameter.
I would like to display this number maybe on the top left corner of my screen and make it stay on top of other windows(like an overlay).
Anyone know how I could go about doing this?
Thank you for the attention!