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

资源列表

« 1 2 ... .94 .95 .96 .97 .98 48299.00 .01 .02 .03 .04 ... 58523 »
  1. MCIWndPlayer

    0下载:
  2. VC++模拟MCIWndPlayer,播放器源码,播放的文件在代码里写着,自己修改下可预览播放效果,要拖放播放进度,带有一个简单的菜单。-VC++ simulation MCIWndPlayer, player source, playback files written in the code, make changes to the next can preview playback, drag and drop the player to progress, with a simple m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:23.06kb
    • 提供者:bpudn82
  1. picsee

    0下载:
  2. VC++游览大图查看图片的小程序,通称图片浏览器,主要是使用了VC++中的BitBlt 函数和有滚动条的视图类CScrollView共同编写而成,其实实现的功能很普通,在Windows电脑上似乎见怪不怪了,功能描述:即使图片的大小超过窗口的大小,也能够通过拖动滚动条看到图片的每个部位。-VC++ to explore big picture view picture of a small program, known as picture viewer, mainly using VC++ in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:30.28kb
    • 提供者:bpudn83
  1. mystatus

    0下载:
  2. VC++在状态栏中加入控件,具体是在状态栏中加入一个文本框,当点击窗口中的“A”按钮时,此文本框被激活,当你在文本框中输入文字时,窗口的空白处也可以显示输入的字符,如何把文本框放在窗体的状态栏里面呢?本源码将告诉你答案哦。VC初学者参考,高手请绕行。-VC++ to join in the status bar controls, specifically adding a text box in the status bar, click on the window when the "A"
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:29.44kb
    • 提供者:bpudn84
  1. ptclr

    0下载:
  2. vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标。-When vc++ to get the color of the specified pixel, as shown in the demo screenshot, users can use the left mouse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:77.14kb
    • 提供者:bpudn85
  1. zoomimagedemo

    0下载:
  2. VC++图片的伸缩显示,并不是图像拉伸,类似于图片放大功能,在窗口中单击【1:1】按钮,图片不缩放;单击【按宽度】按钮,图片充满图片框的宽度;单击【按高度】按钮,图片充满图片框的高度;单击【充满】按钮,图片充满整个图片框;单击【居中显示】按钮,图片正好出现于图片框的中心,宽度和高度分别为图片框宽度和高度的一半。-VC++ Telescopic images displayed image is not stretched, similar to the picture zoom function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:81.39kb
    • 提供者:jpudn81
  1. cPP-source-code

    0下载:
  2. 一个C++的源码包!!!很好的一个源码文件-a c plus plus source code !!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5.71mb
    • 提供者:ding
  1. AutoRun

    0下载:
  2. VC++让程序在开机启动时就自动运行,利用win.in文件实现相关程序的自动启动。在该文件的“【Windows】”数据段中,有两个数据项“load=”和“run=”,它们的作用就是在系统启动之后自动地装入和运行相关的程序。如果我们需要在系统起动之后装入并运行一个程序,只将需要运行文件的全文件名添加在该数据项的后面,系统启动后就会自动运行该程序,这里是通过WritePrivateProfileString函数来实现。-VC++ to allow the program to run automat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:10.86kb
    • 提供者:jpudn82
  1. RegisterOcx

    0下载:
  2. VC++在程序中用代码注册和卸载ocx控件,在软件开发过程中,我们经常会用一些免费或收费的OCX控件,这样可加快开发进度,使用OXC控件之前需要注册,使用完成后为了减少资源浪费我们还需要卸载这些控件,可以用Delphi或VC的工具来实现,但如果用程序自身来实现,会更方便,该如何实现呢?   一般情况下,控件的OCX文件中已包含有DLLRegisterServer和DLLUnregisterServer函数,我们只需调用它们便可实现OCX控件的注册与卸载。-VC++ program usin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:11.89kb
    • 提供者:jpudn83
  1. ShortCut

    0下载:
  2. VC++为你的应用程序创建和删除快捷方式,添加开始菜单程序组菜单,这里首先利用OLE通过调用CoCreateInstance()函数建立一个IID_IShellLink实例,并同时得到其接口指针。利用这个接口指针可以对其各项属性进行设置。为了使这些信息以快捷方式的数据文件(*.lnk)格式保存起来,还需要从IID_IShellLink对象取得其 IID_IPersistFile接口指针,以便于调用其成员函数Save(),保存前面设置的信息。删除快捷方式就更简单些了,具体请参阅代码吧。-VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:14.73kb
    • 提供者:jpudn84
  1. jiemiji

    0下载:
  2. VC++产生程序序列号的实例代码,包括了一个简单的注册机程序和生成序列号的程序,两者结合完美演示如何在VC++开发的应用程序中实现软件注册功能。-VC++ serial number generator code examples, including a simple RI programs and procedures to generate a serial number, a combination that perfectly demonstrates how++ applicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:18.88kb
    • 提供者:jpudn85
  1. Ethernetframe

    0下载:
  2. C++ Ethernet帧封装_解析_模拟发送,分为单线程模拟发送和多线程模拟发送,压缩包中有供测试用的可执行程序和源代码文件,测试字符串NankaiU.txt是发消息时用的。-C++ Ethernet frame encapsulation _ analytical _ analog transmission, divided into single-threaded and multi-threaded simulation of analog transmission sending co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:229.89kb
    • 提供者:jpudn86
  1. IPHelper

    0下载:
  2. IPHelper源码包,C++ IPHelper IP输入控件,用到Microsoft LAN Manager类,用来输入IP的时候的一个输入框控件-IPHelper source package, C++ IPHelper IP input control, use Microsoft LAN Manager class, used to enter the IP when an input box control
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:17.7kb
    • 提供者:jpudn87
« 1 2 ... .94 .95 .96 .97 .98 48299.00 .01 .02 .03 .04 ... 58523 »
搜珍网 www.dssz.com