News

e.Graphics.DrawString(TextBox1.Text, TextBox1.Font, Brushes.Blue, 100, 100) End Sub How this works When debugging the application, click on the command button.
How do I draw a simple 1-pixel point? I tried making a degenerate rectangle and line but it didn't work. I have mulled over the docs a bit but I wasn't able to find anything and I am sure someone ...