Im writing text on picture box in paint event using this code
e.Graphics.Draw String(TextBox1 .Text, Font, Brushes.Black, 0, 0);
pictureBox1.Inv alidate();
i need to move selected text "up/down/right/left"
any idea?
-TIA
e.Graphics.Draw String(TextBox1 .Text, Font, Brushes.Black, 0, 0);
pictureBox1.Inv alidate();
i need to move selected text "up/down/right/left"
any idea?
-TIA
Comment