Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mdi form xp scroll bars

Status
Not open for further replies.

johnnyv

Programmer
Jul 13, 2001
216
CA
Hello I have created a program that uses an mdiform to load 9 child forms. I have sized all forms to fit into the mdiform without a need for scroll bars. When the app runs on all oprating systems except XP all is fine but the same app running on XP will cause scroll bars to appear in the MDI form. Any idea why this is?
 
The forms are a tad bigger in XP. Write a resize event after detecting the os with the sysinfo control...

Matt
 
Matt

thanks for the reply, when the say the forms are a bit bigger do you mean that the standard forms are bigger or that both the standard forms and mdiform are bigger?

Thanks
 
The title bar is actually bigger by about 150 twips (on my dev machine). So any form with a title bar will need to be resized.

zemp
 
Sorry, I am talking about the height property.

zemp
 
The pretty graphics on the outer edge of the form make the entire form about 30 twips bigger.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top