Changing GUI color
Hi all,
I have successfully changed the color of mainframe window contents by
SetBkColor(RGB(),RGB()).But what is the way to change Menubar, Toolbar and statusbar color.
And how to change the color of the messagebox? and its butten :cool:
CAN u help me?
regards,
Nikhilesh
[298 byte] By [
laserwave] at [2007-11-20 1:38:54]

# 1 Re: Changing GUI color
And how to change the color of the messagebox? and its butten :cool: You don't need to write any code for that - those changes to system-wide UI elements are usually up to the user's choice. Users can set the colors and sizes of those elements in the Display control panel - and well-behaved applications generally respect those settings.