zoukankan      html  css  js  c++  java
  • Windows入门基础:1.关于CreateWindow()函数使用中遇到的问题

      我在实现显示窗口的程序中,遇到一个问题:首先程序没有任何语法错误,编译能够通过,但是就是不能弹出窗口。

      后来在MSDN中查询CreateWindow()函数,发现了下面这句话:

      "If lpClassName is a string, it specifies the window class name. The class name can be any name registered with the RegisterClass function or any of the predefined control-class names. For a complete list, see the Remarks section."

      这句话是说,如果参数lpClassName是字符串的话,那它就特指窗口类名称,二窗口类名称在类结构的定义中已经初始化

    所以在使用CreateWindow()函数时,必须保持两个参数是一样的,否则,就不会弹出窗口。

  • 相关阅读:
    css--盒子模型
    目标爬取社会信用码
    KFC-位置分页爬虫
    百度翻译-爬虫
    网页采集器-UA伪装
    python模块2
    python模块
    go入门
    python垃圾回收机制
    Python高级用法
  • 原文地址:https://www.cnblogs.com/lovexz/p/4872227.html
Copyright © 2011-2022 走看看