本文介绍了为状态栏添加颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嘿,我在Dialog中创建一个带状态栏的基于对话框的应用程序。我想更改状态栏的背景颜色。
我使用了以下代码但它不起作用 -
GetStatusBarCtrl( ).SetBkColor(RGB(0,0,0));
请帮忙。
先谢谢你
Hey there, I am creating a dialog based application with status bar in the Dialog. I want to change the background color of the status bar.
I have used the following code but it is not working-
GetStatusBarCtrl().SetBkColor(RGB(0,0,0));
Please help.
Thanks in Advance
推荐答案
这篇关于为状态栏添加颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!