Tried alot now, but still dosn't wants to do it.
This is what I tried:
Code:
Graphics Grahpic = CreateGraphics();
Pen Pen = new Pen(Color.White, int.Parse(textBox1.Text));
Grahpic.DrawRectangle(Pen, 10, 10, 50, 50);






