how to draw a circle and line in the picturebox? c# - by Alexry how to draw a circle and line in the picturebox? sorry for stupid question thanx Read the article
destruction of a variable or array in C# - by Alexry I have a variable or array, which I no longer needed. How to destroy them? Sorry for noob-question. Read the article
easiest way to take file into an array? - c# - by Alexry I have a file of integers. the first number - the number of subsequent numbers. as the easiest way to take this file into an array? C# Read the article
How can I allow only 0 or 1 to be entered in a TextBox? - by Alexry How can I limit the TextBox control to only allow the values 0 and 1? Read the article
C# - OR and AND - by Alexry Newbie question. How to calculate the value of the formula A f B, where f - the boolean function OR or AND? Read the article
only 0 or 1 in textbox - by Alexry how to do so: in Textbox could only enter 0 and 1? sorry for bad english Read the article
Contains of textbox to array - C# - by Alexry I have a textbox with boolean. How do I put the contents into an array? Thanks. Read the article