Subj : Re: Background in TMainMenu To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Wed Nov 10 2004 12:39 pm I think you are in the wrong newsgroup. As you can see from the 'borlandcpp' in its name, this is the group for the old, 1997, Borland C++ compiler. That compiler uses Object Windows Library, OWL, and as far as I can determine there is no TMainMenu in OWL. However C++ Builder, a different compiler, uses the VCL and not OWL and does have a TMainMenu. C++ Builder newsgroups all have the word 'cppbuilder' in their name and people familiar with that compiler can be found in those groups. Please post questions about that compiler in one of those groups. For example: borland.public.cppbuilder.vcl.components.using .. Ed >Alex wrote: > > I would like to know can I change the background >color in TMainMenu and how can I do this effect? .