VC语言

本类阅读TOP10

·VC++ 学习笔记(二)
·用Visual C++打造IE浏览器(1)
·每个开发人员现在应该下载的十种必备工具
·教你用VC6做QQ对对碰外挂程序
·Netmsg 局域网聊天程序
·Windows消息大全
·VC++下使用ADO编写数据库程序
·VC++学习笔记(四)
·非法探取密码的原理及其防范
·怎样在VC++中访问、修改注册表

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
windows GUI 编程指南1

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

From the DOS to windows,the most changing  is the window graphics user interface.But the window which version is lower than XP.MS only provide the common controls which UI is not beautiful.How to create a beautifu GUI is the question we are meeting now.In Xp ,MS provide the uxtheme.dll to make the xp GUI theme which can be customed by the customer.The things is only made the new theme file and dll file.But when you run the app which created by yourself and you want to make your app is different from others in GUI.The common controls is not fit yours.So you must to owner-drawn yourself controls,custom-draw yourself controls inherited from the common controls,or create the new controls by yourself.As this requirments and per my experience in window GUI development.Let me show something to you.Wish these can solve some questions that you are meeting now.Wish you can get valid information.Let's go to chapter one.

1.Windows Gui programming basic knowlege.

1.1 Know the window Device Context

       The DC is like a canvas when you starting to paint.In windows OS ,that provide some kinds of DC.pls refer to windows GDI 的体会1---DC .

1.2 Know the window GDI object




相关文章

相关软件