CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CreateWindow

搜索资源列表

  1. testwin.zip

    0下载:
  2. 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件
  3. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:13126
    • 提供者:
  1. sharegem_deskpop

    0下载:
  2. 主要实现: 利用CREATEWINDOW建立与释放程序窗体。 WM消息队列循环。 向应用程序发送程序ICON。(否则生成的程序无图标类似DOS程序) 隐藏桌面程序。 在TRAY栏右键弹出退出,关于栏。 实现程序在DELPHI下无FORM的编写。 运用WINAPI一些技巧。-main : CREATEWINDOW establishment and release procedures Form. WM Message Queue cycle. Send
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:39473
    • 提供者:李顺
  1. win32controls

    0下载:
  2. 用纯粹的API来创建窗口控件及其控制 作者: hwc 此代码示范并解释了如何用纯粹的API创建窗口控件,如使用CreateWindow和 CreateWindowEx在窗口中创建列表框、编辑框和按钮。不仅告诉你如何创建它们,而且还示范了如何使用。此外,代码还示范了如何用TAB、Shift+Tab等来控制输入焦点以及快捷键。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22388
    • 提供者:李桃
  1. CreateWindow

    0下载:
  2. 自己编码实现创建窗口功能,简明表述mfc内部实现窗口创建的过程
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9126
    • 提供者:贾晓凯
  1. CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:205738
    • 提供者:李峥
  1. testwin

    0下载:
  2. 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How demonstrates uses: CreateWindow,
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:13439
    • 提供者:刘豫晋
  1. Createwindow

    0下载:
  2. 应用程序:Example 项目概述 === === === === === === === === === === === === 应用程序向导已为您创建了此 Example 应用程序。 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:2028809
    • 提供者:fuyb
  1. 1

    0下载:
  2. 编写BTNLOOK应用程序 1.实验名称 创建BTNLOOK应用程序 2.实验要求:学会创建一个简单完整的BTNLOOK程序,并调试运行。 3.实验内容: 实现课本中第十章的BTNLOOK应用程序,然后回答下面问题。 (1)说明CreateWindow函数各个参数的作用 -1 prepared BTNLOOK applications. Experiment name BTNLOOK application to create 2. Experimental require
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:31293
    • 提供者:李横
  1. Win32_Controls

    0下载:
  2. 新手可以看一下,这个小程序演示了和解释了如何使用纯API的CreateWindow和CreateWindowEx创建窗体,以及删除窗体,并演示如何使用列表框、编辑控件和按钮等常用窗体元素。-Novice can look at this small program to demonstrate and explain how to use pure API s CreateWindow and CreateWindowEx to create a form, as well as to form
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:8147
    • 提供者:108
  1. testwin

    0下载:
  2. 如何在Delphi中编写小于20K的Windows程序. 演示如何使用: CreateWindow,CreateWindowEx,SendMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件-How to Delphi in the preparation of the Windows program is less than 20K.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-25
    • 文件大小:12211
    • 提供者:richardw
  1. SendMsg

    0下载:
  2. 用CreateWindow创建主程序界面,比如列表框,文本框等等,并列举了系统进程,和进程内模块。以及文件定位等等。-Use CreateWindow to create the main program interface, such as list boxes, text boxes, etc., and lists the system process, and process modules. And file location and so on.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:7161
    • 提供者:潘卫国
  1. VCADO

    0下载:
  2. 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:4407
    • 提供者:伊一
  1. CreateWindow

    0下载:
  2. create window in mfc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:64261
    • 提供者:maryam
  1. ww

    0下载:
  2. 用纯粹的API来创建窗口控件及其控制 作者: hwc 此代码示范并解释了如何用纯粹的API创建窗口控件,如使用CreateWindow和 CreateWindowEx在窗口中创建列表框、编辑框和按钮。不仅告诉你如何创建它们,而且还示范了如何使用。此外,代码还示范了如何用TAB、Shift+ -With pure API to create windows and control of control: hwc this code model and explains how to creat
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:12213
    • 提供者:王豪
  1. 123

    0下载:
  2. it could help you create an edit window
  3. 所属分类:EditBox

    • 发布日期:2017-04-11
    • 文件大小:1122
    • 提供者:tong
  1. CreateWindow

    0下载:
  2. 创建特色窗口标题条,更改窗口显示程序,delphi7.0-CreateWindows
  3. 所属分类:Delphi VCL

    • 发布日期:2016-01-27
    • 文件大小:263168
    • 提供者:wind
  1. HexCalc

    0下载:
  2. c语言计算器,这个程序列完全不呼叫CreateWindow,也不处理WM_PAINT消息,不取得设备内容,也不处理鼠标消息。但是它只用了不到150行的原始码,就构成了一个具有完整健盘和鼠标接口以及10种运算的计算器.-c language calculator, this program calls out completely CreateWindow, do not handle WM_PAINT messages, the content does not get equipment, o
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2089246
    • 提供者:流光使者
  1. CreateWindow

    0下载:
  2. 创建不规则窗口,DELPHI 7 测试通过-Create irregular window
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:163200
    • 提供者:xulixuli
  1. t_shell.c.tar

    0下载:
  2. 实现内部操作命令的调用。是一个不错的shell框架实例- CreateWindow( “button”, “My Button”, WS_CLIPSIBLINGS|BS_PUSHBUTTON,0, 0, 58, 14, hWnd, NULL, g_hInstance, NULL )
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2070
    • 提供者:tiange
  1. game2

    0下载:
  2. 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:702230
    • 提供者:xujialuo
« 12 »
搜珍网 www.dssz.com