Hey all, anyone out there off the top of their head know what the
api function for changing a window's titlebar color to the current
system's active titlebar color without actually activating the
window? I assume;perhaps incorrectly, that SetActiveWindow uses
another function for actually changing the color of the bar to the
active color. I have a dialog with a tab control and I am using
modeless dialogs(from a resource script and CreateDialog api) for the
"tab sheets". All is working fine except for this one thing.
Want to keep the active border color on the main dialog when I click
on a control of one the tab sheets. That's why I am asking.
Been looking through the help guide and msdn and haven't found
it yet. I just need to know the name of the function - I can
take the rest from there.
Regards,
Adam
------------------
api function for changing a window's titlebar color to the current
system's active titlebar color without actually activating the
window? I assume;perhaps incorrectly, that SetActiveWindow uses
another function for actually changing the color of the bar to the
active color. I have a dialog with a tab control and I am using
modeless dialogs(from a resource script and CreateDialog api) for the
"tab sheets". All is working fine except for this one thing.
Want to keep the active border color on the main dialog when I click
on a control of one the tab sheets. That's why I am asking.
Been looking through the help guide and msdn and haven't found
it yet. I just need to know the name of the function - I can
take the rest from there.
Regards,
Adam
------------------
Comment