Subj : Re: Tabbed Windows To : borland.public.cpp.borlandcpp From : =?ISO-8859-1?Q?=22Jos=E9_J=2E_Armenta_E=2E=22?= Date : Sun Jun 12 2005 04:54 pm Hi, What you need is embedd a child dialog within a window. I did something like this some time ago, and worked well (I wouldn't assure that the IDE is made in this way, but at least in my program worked well). As surely you know, is quite easy to manage the TNoteTab control from a dialog. Maybe In the IDE case, the MDI child window contains the child dialog, that contains the tabbed control, and the lists 'BuildTime', 'Runtime' and 'Script' (customized TListBoxes). HTH. /JJ. MarvinAvery wrote: > Hi. > > I am using OWL 2.5 and BC5.02. > > How do I create a tabbed window, just like the "message view" in the BC5.02 > IDE? I want to display several list boxes and "tab" between them? > > I tried experimenting with TNoteTab but just couldn't get it to work in an > TMDIChild window. > > TIA > -- ** Para responderme directamente, cambie 'jose_j_armenta' por 'jose_armenta' ** To respond directly, change 'jose_j_armenta' by 'jose_armenta' .