admin管理员组

文章数量:1567516

http://msdn.microsoft(谷歌搜索,后加site:msdn.microsoft)
http://www.gfsoso/

创建各种类型的控件类MSDN查找WC_BUTTON或者WC_   #include <commctrl.h>控件类的头文件
InitCommonControls();#pragma comment(lib,"ComCtl32.lib")


各种控件的类型
Button Styles                          Button按钮
Tree-View Control Window Styles        TreeView树形控件
Window Styles                          窗口
List-View Window Styles                ListView
Extended List-View Styles              ListView 扩展
Combo Box styles                       Combo Box 组合框
Date and Time Picker Control Styles    DateTime日期时间选择控件
List-Box Styles                        List Box列表框
Static Styles
Tab Control Styles
Edit Styles     ES_MULTILINE|ES_NUMBER|ES_AUTOVSCROLL|ES_AUTOHSCROLL  EM_SETLIMITTEXT设置最大长度 EM_GETLINECOUNT获得行数



各种控件的用法  /可以看到在哪个头文件
Menus             GetMenu转到
Button            Button按钮
Edit Control      Edit编辑框
List View         List View列表视图控件
Tree View         TreeView树形控件
Combo Box         Combo Box/创建的高度决定他的下拉高度
Date and Time Picker
List Box          List Box列表框
Static Control
Tab Control
IP Address Control
ToolTip          工具提示















Button
CheckBox
GroupBox        //风格属于Button Style风格的BS_GROUPBOX   
RadioButton
PicTure
Horizontal Scroll Bar
Vertical Scroll Bar
Slider 
Spin
ComboBox
DateTime
HotKey
ImageList
IpAddress
ListBox
ListView
Menu
Month
Page
Progress
PropertySheet
ReBar
Richedit
ScrollBar
Static
SysLink
Tab
ToolBar
Tooltips
TrackBar
UpDown
PropertySheet



内存管理
ms-help://MS.MSDNQTR.v90.chs/memory/base/memory_management_functions.htm
Memory Management Functions

文件管理
File Management Functions
ms-help://MS.MSDNQTR.v90.chs/fileio/fs/file_management_functions.htm</p><p>键盘
Keyboard Functions
ms-help://MS.MSDNQTR.v90.chs/wceshellui5/html/wce50grfkeyboardfunctions.htm</p>

调试函数
ms-help://MS.MSDNQTR.v90.chs/debug/base/debugging_functions.htm
 
 
下载 Windows 符号程序包
<a target=_blank href="https://msdn.microsoft/zh-cn/windows/hardware/gg463028">https://msdn.microsoft/zh-cn/windows/hardware/gg463028</a>





Win32和COM开发

Overviews概述
Reference参考



开发指南功能分类 
Development Guides-Windows Api-Windows Api Reference -Windows Data Type                数据类型
Development Guides-Windows Api-Windows Api Reference -Function by Category             功能分类
Development Guides-Windows Api-Windows Api Reference -Functions in Alphabetical Order  按字母顺序排列的功能
Development Guides-Windows Api-Overview the windows Api-Administration and Management  配置和服务应用程序或系统
Development Guides-Windows Api-Overview the windows Api-Diagnostics                    诊断API,解决系统性能
Development Guides-Windows Api-Overview the windows Api-Graphics and Multimedia        图形和多媒体
Development Guides-Windows Api-Overview the windows Api-Networking                     网络相关
Development Guides-Windows Api-Overview the windows Api-Security                       安全密码相关
Development Guides-Windows Api-Overview the windows Api-System Services                系统服务
Development Guides-Windows Api-Overview the windows Api-Windows User Interface         用户界面

图形和多媒体
Graphics and Multimedia-Monitor Configuration            显示器配置
Graphics and Multimedia-GDI                              Windows GDI起始页
Graphics and Multimedia-GDI+                             Windows GDI+
Graphics and Multimedia-Basic Color Management Concepts  Windows 颜色起始页
Graphics and Multimedia-Windows Imaging Component        windows 图像处理
Graphics and Multimedia-OpenGl                           OpenGl
Graphics and Multimedia-Still Image                      静止图像其始页
Graphics and Multimedia-Windows Image Acquisition        Windows 图像采集
Graphics and Multimedia-Windows Multimedia               Windows 多媒体
Graphics and Multimedia-Windows Presentation             位图相关

消息与协作
Messaging and Collaboration

网络相关
Networking

安全相关
Security

系统服务
System Services
System Services-Windows System Information  Windows系统信息
System Services-Memory                      内存

工具
Tools
Tools-Resource Compiler                     各种控件资源的定义

用户界面
User Interface
User Interface--Windows User Experience-windows Shell-Windows Controls-Control Library
用户界面 - Windows用户体验,Windows外壳程序 - Windows控件,控件库
Windows驱动包工具
Windows Driver Kit

Windows搜索
Windows Search

Windows Versions






STL查询
Standard C++ Library Reference
Standard C++ Library Overview


错误码查询  system errr
















 

本文标签: 技巧MSDN