CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .24 .25 .26 .27 .28 45029.30 .31 .32 .33 .34 ... 58523 »
  1. ST_Curvedoc

    0下载:
  2. 本文档描述了ST_Curve控件的开发使用说明,包括了每一个属性、每一个函数的意义及其使用方法。-This document describes the development of ST_Curve control instructions, including each property, the meaning of each function and use.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:189.81kb
    • 提供者:mayunfeng
  1. hui-tu-ji-chu

    0下载:
  2. 用户界面设置 绘图基础 界面布局等等 介绍如何在浏览器中显示文字、设置文字的相关属性,包括字体、字型、字号、颜色的设置-Graphics based user interface set interface layouts and more how to display text in the browser, set the text of the relevant attributes, including fonts, font, size, color settings
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:272.71kb
    • 提供者:无涯
  1. ChessTest

    0下载:
  2. 此程序用于实现简单的围棋界面功能,适于初学者参考。-this programe is a simple GUI of the chess game.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:15.15kb
    • 提供者:May
  1. AddressBook

    0下载:
  2. 简单的vc++编写的通讯录,带有查询,浏览,添加,删除功能。不需要数据库,数据保存在文本txt里边-A simple address book written in vc++, with a query, browse, add, delete function. Do not need a database, the data stored inside the text txt
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3.66mb
    • 提供者:文兰
  1. Choujiang

    0下载:
  2. 一个抽奖小程序,可同时10个人抽奖,彩色界面。完全免费!-Draw a small program!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:31.32kb
    • 提供者:无名氏
  1. dotNetSDI

    0下载:
  2. VC++实现dotNet综合框架界面源代码,这也是大家在从事编程中常规的软件布置界面,含菜单树,类似VS的IDE界面,含多功能TAB切换,我们可将此框架应用到你的软件工程中,让软件功能布局更合理。 -VC++ integrated framework to achieve dotNet interface source code, which is engaged in all conventional software programming interface layout, inclu
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-23
    • 文件大小:64.94kb
    • 提供者:
  1. TransWindow

    0下载:
  2. VC.net制作一个透明窗体附源码,注意,本代码运行于VS2005环境,用VS2005打开后直接生成就可以了,双击运行后如上图所示,你可以试着把图标换成其它的形状,本代码仅演示如何实现透明窗体,这只是其中一种方法,希望给你带去一点灵感。 -VC.net create a transparent form with source code, note that this code runs in the VS2005 environment, directly generated by VS2
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:48.47kb
    • 提供者:
  1. TreeCtrlDB

    0下载:
  2. VC++树形控件与数据库连接的典型实例代码,实现将数据库中的内容加入树型控件中,并通过建立数据库,再与树型控件相连,实现对数据库的访问,从而开发完成一款可以适时读取数据库的动态树形菜单控件。 -VC++ tree control and a typical example of database connection code, and implementation will add the contents of the database tree control, and through
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:29.59kb
    • 提供者:
  1. GWTTest

    0下载:
  2. 在VC编写的一个应用程序窗口中,获取另外一个程序窗口中的文本,这曾是在VC论坛里热烈讨论的问题,这个源代码也是本人查阅资料研究之后而写的,还有一些地方仍然摸不着头绪,也希望高手能帮忙找到最佳的解决方案。 -Written in a VC application window, another window to get the text, which had been heated discussions in the VC forum issue, this is my data acce
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:19.97kb
    • 提供者:madud00102
  1. allwindows

    0下载:
  2. 自己编写一个用VC++枚举当前所有打开的程序窗口,其原理是利用GetWindowLong(hWnd,GWL_STYLE)& WS_VISIBLE对打开的窗口进行查找-I have written a VC++ enum with all the current open window, the principle is to use GetWindowLong (hWnd, GWL_STYLE) & WS_VISIBLE to find it on the open windows
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:11.42kb
    • 提供者:madud00102
  1. C

    0下载:
  2. 要求能够实现输入记录、查询记录、更新记录、统计记录、输出记录等功能。-Requires the ability to record the input, query records, update records, statistical records, the output log.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:13.16kb
    • 提供者:zhengr
  1. ViewModeSDI

    0下载:
  2. 多模式VC++窗体的实现源代码,这里的多模式是指窗体在正常显示的时候,由用户可以选择是否精简显示,也就是隐藏菜单栏、隐藏主窗体,隐藏窗体状态栏等,能把窗体隐藏成一个工具条一样。目前,这种效果多应用于一些娱乐软件中,比如影音播放器之类的。   本程序界面是由SDI的MFC文档视图结构实现,但是代码在MDI的多文档/视图中并不能很好的实现,近些日找到一些实现 MDI 的多模式实现方法,具体请看代码。 -Multi-mode implementation of VC++ source cod
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:178.97kb
    • 提供者:madud00103
« 1 2 ... .24 .25 .26 .27 .28 45029.30 .31 .32 .33 .34 ... 58523 »
搜珍网 www.dssz.com