Discussion:
Chaging the Color for the MainFrame Window in SDI MDI Application.
(too old to reply)
Shatrughan
2007-06-15 08:18:00 UTC
Permalink
Hi Guru's,

I have SDI application with GUI as windows explore, now I want to change the
color of my MainFrame Window i.e only the Menubars , toolbar , status bar &
splitters .. not the views..

Is there any way?

Regards,
Shatrughan
Drew
2007-06-15 17:18:25 UTC
Permalink
You might want to try asking this in microsoft.public.vc.mfc as it gets
far more traffic than this group.

Drew
Post by Shatrughan
Hi Guru's,
I have SDI application with GUI as windows explore, now I want to change the
color of my MainFrame Window i.e only the Menubars , toolbar , status bar &
splitters .. not the views..
Is there any way?
Regards,
Shatrughan
Ajay Kalra
2007-07-07 02:07:39 UTC
Permalink
Post by Shatrughan
Hi Guru's,
I have SDI application with GUI as windows explore, now I want to change the
color of my MainFrame Window i.e only the Menubars , toolbar , status bar &
splitters .. not the views..
Unfortunately its not very easy to do this. Menubar is essentially off
limits unless you want to do all of it yourself (w/o) using win32 menu. A
CControlBar derivative can have a differnt color if you make transparent
and change the color of its underlying dockbar. Search google groups for
doing this in mfc's newsgroup.

---
Ajay

Loading...