MDI child forms

A

AVL

Hi,
Ive created a MDI app..
I've used one of the mdi child forms as the backgroud scrren on the parent..
and set it's WindowState to 'Normal' and StartPosition to 'CenterScreen'..
to get the look n feel of a background iamge.

but the problem i'm facing is with the Maximize event..
whenever i open another MDI child form in maximized mode..
even the background MDI child form is getting maximized..
How can I control the resize of a child MDI forms..
I dont the resize event to fire if another MDI child form gets activated or
loaded
 
B

Bob Powell [MVP]

What you probably want to do is to change the background of the MDI parent
yes?

See Windows Forms Tips and Tricks for that information.

--
--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top