[cpp] view plain copy [cpp] view plain copy [cpp] view plain copy if(dlg.GetSafeHwnd()) { dlg.ModifyStyle(WS_CAPTION, 0); // 去掉标题栏 dlg.ModifyStyleEx(W Read More
posted @ 2016-10-26 23:21
findumars
Views(1025)
Comments(0)
Diggs(0)
[cpp] view plain copy void DumpEnvironmentStrings() { #define MAX_ENVIRONMENT_NAME_LENGTH (128) #define MAX_ENVIRONMENT_VALUE_LENGTH (1024) LPTSTR lps Read More
posted @ 2016-10-26 23:19
findumars
Views(619)
Comments(1)
Diggs(0)
基于QT的换肤整体解决方案(QSkinStyle) 对QT这个成功的跨平台GUI库,本身内置了对换肤功能的实现,比如cleanlooks、plastique等跨平台风格;还有一些是和平台相关的风格,比如WindowsXP、WindowsVista风格只能用在windows平台上,底层也会调用uxth Read More
posted @ 2016-10-26 23:13
findumars
Views(3475)
Comments(0)
Diggs(0)
#define REG_SHELL "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders"#define REG_SHELL "HKEY_CURRENT_USER\\Soft Read More
posted @ 2016-10-26 22:02
findumars
Views(1578)
Comments(0)
Diggs(0)
[cpp] view plain copy [cpp] view plain copy 这只是个简单的封装了Console相关的几个函数,关于更多的Console相关的控制,可以参考MSDN文档中的 http://blog.csdn.net/visualeleven/article/details/ Read More
posted @ 2016-10-26 20:51
findumars
Views(854)
Comments(0)
Diggs(0)