Skip to content

mohammadrezagohari/UDPix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Project

UDP is program for your pixel died

developers and programmers

this is a project c#, if you want develop and programming you must open on visual studio.

users

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 ...

Usage

Image

  1. this is a text input for delay runing durations miliseconds
  2. this is a button for start run program
  3. this is a button for finish run program

c# part

__ 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; }

License

7 Software Group

About

create project UDP open source and free

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages