The following line of code works just fine in a WinForms .Paint event:

    e.Graphics.DrawEllipse(Pens.Blue, 10, 10, 300, 300)

unless the form is a MDI parent or child (in which case, nothing
appears). How do I draw on these form types?

Richard J. Kucia

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to