UDP is program for your pixel died
this is a project c#, if you want develop and programming you must open on visual studio.
if you are users , you must go on the directory: UDP - >bin -> Debug and run UDP.EXE
attention please , this is developing mode and maybe change interface and update ...
- this is a text input for delay runing durations miliseconds
- this is a button for start run program
- this is a button for finish run program
__ in timer __
Blockquote
var rnd = new Random(); Color randomColor = Color.FromArgb(rnd.Next(256), rnd.Next(256), rnd.Next(256)); this.BackColor = randomColor;
__ in textbox keypress__
Blockquote if (!char.IsControl(e.KeyChar) && !char.IsDigit(e.KeyChar) && (e.KeyChar != '.')) { e.Handled = true; }
__ in button start click__
Blockquote if (!char.IsControl(e.KeyChar) && !char.IsDigit(e.KeyChar) && (e.KeyChar != '.')) { e.Handled = true; }