CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - code 39

搜索资源列表

  1. GWDROP.ZIP

    0下载:
  2. 示范如何制作 OLE 组件跨越不同程序间拖放的程序。需要对微软的COM及OLE比较熟悉。 有完整的文档和代码。-demonstration how to make OLE components across different procedures between drag and drop procedure. The need for Microsoft's COM and OLE more familiar with. A complete documentation and co
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:280958
    • 提供者:张济政
  1. bffquickpick_src

    0下载:
  2. 压缩包中的源码,可以完成打开我的电脑中的目录,并显示系统的目录和文件夹。-compressed the source code, I have to be completed to open the computer's directory and display system directories and folders.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:8701
    • 提供者:梁金岭
  1. USkin

    0下载:
  2. 一个皮肤程序的源代码!很有用!使用vc++6.0开发的大家可以参考-skin a program's source code! Very useful! Use vc 6.0 you can refer to the
  3. 所属分类:对话框与窗口

    • 发布日期:2014-01-15
    • 文件大小:1115934
    • 提供者:ewe
  1. dlgsplashscring

    0下载:
  2. 很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:124385
    • 提供者:啊啊啊
  1. QQCurse

    0下载:
  2. 易语言开发的QQ喷人工具源码,在指定时间自动发送内容。-QQ easy to spray people' s language development tools source code, to send content automatically at a specified time.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-25
    • 文件大小:3602
    • 提供者:hlz
  1. 20070525_vc_src

    0下载:
  2. 一个可以重命名workspace的程序。   演示了如何生成一个COM组件。   用图形界面的程序装载控制台程序并接收控制台程序的输出。   将tiff转换成PDF的源程序。   简单字处理程序。   调节灰度的滑动条的类。   一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。   使用CColorDialog类轻松改变对话框背景颜色和字体。   一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1069405
    • 提供者:th
  1. lwb_book_examples

    0下载:
  2. 这是《SYSTEM VIEW》这本书的所有例程的源代码。-This is the " SYSTEM VIEW" this book' s source code for all routines.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:165922
    • 提供者:胡应坤
  1. IrisSkin

    0下载:
  2. C#WinForm实例代码,为您展示如何更改自己的WinForm程序的皮肤,可以从网络上下载其他的皮肤。-C# WinForm example code shows you how to change the skin' s own WinForm program can be downloaded from the Internet the other' s skin.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-14
    • 文件大小:4091762
    • 提供者:zz
  1. std_vc_windows

    0下载:
  2. 基于VC的Windows编程代码,有很多丰富的例子程序可供参考-VC' s Windows-based programming code, there are many rich examples of procedures for reference
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-18
    • 文件大小:5389016
    • 提供者:gao
  1. MyWebIE

    0下载:
  2. WebBrowser 控件的属性、方法和事件; 通过 WebBrowser 控件制作网页浏览器; 获取网页的源代码; 将网址添加到收藏夹; 多页面显示网页;-WebBrowser control' s properties, methods, and events browser WebBrowser control to create web pages to obtain the source code of the page add th
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:83065
    • 提供者:韩伟
  1. typer

    0下载:
  2. 一个类似windows写字板的程序,适合初学windows界面编程的童鞋,主要处理鼠标和键盘的消息,只包含代码,不包含整个工程-A similar windows tablet program, for beginner windows programming interface of children' s shoes, mainly dealing with the mouse and keyboard messages contain only the code, does not
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-05
    • 文件大小:363374
    • 提供者:tan
  1. Transparent

    0下载:
  2. VB透明窗体代码 SetLayeredWindowAttributes me.hwnd, 0, 192, LWA_ALPHA 把窗体设置成半透明样式,第二个参数表示透明程度 取值范围0--255,为0时就是一个全透明的窗体了 第二种使用方法 SetLayeredWindowAttributes Me.hWnd, &H0, 0, LWA_COLORKEY 表明不显示窗体中的透明色 而第二个参数表示透明色为黑色,并且你可以用RGB函数来指定颜色值-VB t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-05
    • 文件大小:88515
    • 提供者:赵玉良
  1. JPEG_code_

    0下载:
  2. VC++基于小波变换的数字图像压缩源代码,可以很好的应用于图像压缩。非常好用的一个软件,希望对大家有帮助。-VC++ Based on Wavelet Transform digital image compression the source code, can be very good be applied to image compression. Very easy to use' s an software, in the hope pairs of everyone has t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:2227764
    • 提供者:赵帅
  1. calculating-machine

    0下载:
  2. 该源代码可以实现一个简易计算器!如可以实现就最基本的加减乘除的功能外,还能实现二进制,平方,开方,取余,阶乘等功能!是人们日常生活中必不可少的实用的办公软件!-The source code can achieve a simple calculator! As can be achieved on the basic arithmetic functions, but also to achieve binary, square, square root, take I, the factor
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:33408
    • 提供者:不想说
  1. HELLOWIN

    0下载:
  2. 虽然只有 80 行程式码,这个视窗却令人惊 讶地具有许多功能。您可以用滑鼠按住标题列,在萤幕上移动视窗;可以按住 大小边框, 改变视窗的大小。在视窗大小改变时, 程式自动地将「Hello, Windows 98!」字串重新定位在显示区域的中央。您可以按最大化按钮,放大 HELLOWIN 以充满整个萤幕;也可以按最小化按钮,将程式缩小成一个图示。您可以在系 统功能表中执行所有选项(就是按下在标题列最左端的小图示);也可以从系 统功能表中选择 Close 选项,或者单击标题
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:5083
    • 提供者:陈盈豪
  1. Code1

    0下载:
  2. 这个代码是《Windows程序设计第五版珍藏版》里面的,这是1-10章的源码,由于源文件太大,所以分成两部分上传,这是上-This code is " Windows programming fifth edition of the Collector' s Edition" inside, which is the source of Chapter 1-10, since the source file is too large, it is divided into
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-18
    • 文件大小:4930872
    • 提供者:lijuanwei
  1. rmalframe

    0下载:
  2. 打印条形码,条形码的运用越来越广泛,可以直接打印39,128等条形码,(To print bar code, the application of bar code is more and more widely, can be directly printed bar codes such as 39128,)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-25
    • 文件大小:28672
    • 提供者:cxw_636
搜珍网 www.dssz.com