Subj : why main Window is larger in WinXp To : borland.public.cpp.borlandcpp From : Sebastian Ledesma Date : Tue Oct 26 2004 01:10 pm Hi: I have an application with a main window (dialog based from a resource). The application runs fine in Win2k/9x/XP, but in XP the main window is larger (only in height) than expected. I didnt mesure it, but almos 30 pixels. I'm using: TSDIDecFrame* frame = new TSDIDecFrame(0, GetName(), 0, false); frame->SetFlag(wfShrinkToClient); to create the app. window. There is any clue about what is happening? Thanks Saludos Sebastian PS: BC502 + OWL + W2k/XP .