- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
美化应用程序界面(Beautify the application interface)
美化应用程序界面(Beautify the application interface)
Beautify the external interface of your application
Authors: 990312 Sui Dynasty, Guilin University of Electronic Technology
Download source text 1 (dialog version)
Download the source code 2 (SDI version)
Many programming enthusiasts have such experience, their own written procedures are very beautiful, but the development process under the Windows platform, but always escape the default style of Windows constraints. The title bar, the toolbar, and the same style make the creative work less visible. Here we have a surgical session for the dialog application, which is intended to introduce a method to all of you, and I hope you will have a further development on this basis.
In this example, dialog based applications, drawn from the non client area, complete the application of landscaping, code running effect diagram as follows:
Below we will discuss the concrete realization process
Defining resources:
Add the bitmap resource system (using ten bitmaps, respectively, in this case show help minimize and maximize recovery, and general status and focus state of course with the close button program requirements add custom)
Two, define global variables and functions:
CRect m_rtButtExit; / / CRect / / m_rtButtMax close button position; maximize button position CRect m_rtButtMin; / / CRect / / m_rtButtHelp minimize button position; help button position CRect m_rtIcon; / / DrawTitleBar (CDC *pDC void icon position); / / draw the main function of the non client area three, function:
This example requires overloading the following messages DefWindowProc, ON_WM_NCMOUSEMOVE, and ON_WM_NCLBUTTONDOWN.
The implementation of the function follows:
/ / the main function, can be drawn from the void form according to the actual situation of CTitleBarDlg:: DrawTitleBar (CDC *pDC) {if {CBrush (m_hWnd) Brush (RGB (0100255)); CBrush* pOldBrush = pDC-SelectObject (Brush); CRect rtWnd, rtTitle, rtButtons; GetWindowRect (rtWnd); Because the code is to
您可能关注的文档
- 牢骚效应(Complaint Effect).doc
- 牢记健美中的三大不等式 正确的去训练(Keep in mind the three great inequalities in bodybuilding and correctly train them).doc
- 独家中国烟草业如何突破发展瓶颈(Exclusive how can China's tobacco industry break through the bottleneck of development).doc
- 猫在钢琴上昏倒了(The cat fainted on the piano).doc
- 猫咪简介(Cat profile).doc
- 玛丽黛佳的新实验管理(Mary de Jia's new experimental management).doc
- 玛氏就是这么考你的网友玛氏笔经荟萃(That's how Mars tested you a friend of Mars's pen).doc
- 玛瑙知识历史(Agate knowledge history).doc
- 玫琳凯李瑶钻石加工厂塑造的魅力女性(MaryKay Li Yao diamond factory shaping the charm of women).doc
- 环保工程专业承包企业资质等级标准(Environmental engineering professional enterprise qualification grade standard).doc
- 美发年度计划(Annual plan for hairdressing).doc
- 美名大全(Great name).doc
- 美发烫发宝典(Hair perm collection).doc
- 美味粥谱【肉粥全集】下载(Delicious porridge porridge with complete spectrum [Download]).doc
- 美国、日本、韩国游戏产业状况简述(Brief description of the game industry in the United States, Japan and South Korea).doc
- 美国三大公立名校(Three major public schools in the United States).doc
- 绩效考核后,如何设计加薪方案(After the performance appraisal, how to design a salary increase plan).doc
- 绿色生态产业链开辟蒙牛新局面管理(Green ecological industry chain opens Mengniu new situation management).doc
- 美国临床肿瘤学会(ASCO)2011年会报道——消化肿瘤(The American Society of Clinical Oncology (ASCO) 2011 will report digestive cancer).doc
- 美国单边主义传统、历史与现实的透视(American unilateralism A Perspective of tradition, history and reality).doc
文档评论(0)