You can create a Paint event handler in your parent form and then use AddHandler to link it to the Paint event of each child. That handler can then do the drawing. I haven't tested that but I believe the thoery is sound.