May 7, 2004 #1 RileyCat Programmer Apr 5, 2004 124 US In my MDI app, I want the background of the parent to be a watermark of the company logo rather than the system background color. Any ideas/suggestions recommendations? Thanks in advance!
In my MDI app, I want the background of the parent to be a watermark of the company logo rather than the system background color. Any ideas/suggestions recommendations? Thanks in advance!
May 7, 2004 #2 RiverGuy Programmer Jul 18, 2002 5,011 US I tried to paint a background color during the paint event, and overriding OnPaint. No luck. I think what you are going to have to do is either: A.) Place a Picture Box on the Form or B.) Place some other control and paint the image onto that. This worked well with a Panel control. Upvote 0 Downvote
I tried to paint a background color during the paint event, and overriding OnPaint. No luck. I think what you are going to have to do is either: A.) Place a Picture Box on the Form or B.) Place some other control and paint the image onto that. This worked well with a Panel control.