zoukankan      html  css  js  c++  java
  • win32 应用程序 添加资源

    一、资源

    1、字符串资源

      LoadString

      LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);

    二、窗口类

       1、系统类 

        The following table describes the system classes that are available for use by all processes.

    ClassDescription
    Button The class for a button.
    ComboBox The class for a combo box.
    Edit The class for an edit control.
    ListBox The class for a list box.
    MDIClient The class for an MDI client window.
    ScrollBar The class for a scroll bar.
    Static The class for a static control.

        The following table describes the system classes that are available only for use by the system. They are listed here for completeness sake.

    ClassDescription
    ComboLBox The class for the list box contained in a combo box.
    DDEMLEvent The class for Dynamic Data Exchange Management Library (DDEML) events.
    Message The class for a message-only window.
    #32768 The class for a menu.
    #32769 The class for the desktop window.
    #32770 The class for a dialog box.
    #32771 The class for the task switch window.
    #32772 The class for icon titles.

      2、全局类

      3、局部类

      

  • 相关阅读:
    ZYNQ学习系列之GPIO
    ZYNQ7000系列学习
    新的开始
    mysql-笔记 精度
    mysql-笔记 聚合函数
    QTP自动化测试-连接数据库
    mysql create/insert
    QTP自动化测试-使用数据库-配置ODBC
    QTP自动化测试-在object repository manager中定位不到控件
    QTP自动化测试-调用函数
  • 原文地址:https://www.cnblogs.com/meizixiong/p/4200538.html
Copyright © 2011-2022 走看看