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

资源列表

« 1 2 ... .55 .56 .57 .58 .59 48360.61 .62 .63 .64 .65 ... 58526 »
  1. VC.NETnoform

    0下载:
  2. VC.NET源代码创建一个圆角窗口,椭圆形窗口,创建非矩形的窗口,虽然不是常规的窗口类型,但也算“规则”窗口吧,因为除了四角是圆的之外,其余地方与标准的矩形窗口没什么不同,只可惜牺牲了窗口右下角的拖放功能,不能按住鼠标实现拖动了,只能一点一点改边宽度后再改变高度,这样可把窗口拉大或缩校 -VC.NET source code to create a rounded window, oval window, create a non-rectangular windows, though not
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:27.42kb
    • 提供者:apudn53
  1. vc.netformmiddle

    0下载:
  2. vc.net将应用程序窗口设置为居中显示,它有三种模式:1、相对于父窗口居中;2、相对于屏幕居中;3、相对于主窗口居中,请根据你自己的需要选择不同的居中模式,如截图示,点击对应的模式窗口就自动居中,并且把窗口缩小的话,程序会自动判断。-vc.net the application window is set to be centered, it has three modes: 1, relative to the parent window centered 2, relative to t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:49.24kb
    • 提供者:apudn54
  1. VC.NETMFC

    0下载:
  2. VC.NET创建一个最简单的MFC程序,此为源码文件,真的是挺简单的MFC程序,想学习VC.NET环境的MFC编程,就要从最简单的MFC程序源码开始-VC.NET create a simple MFC program, this is the source file, it is really quite simple MFC program VC.NET want to learn MFC programming environment, it is necessary from the m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:20.32kb
    • 提供者:apudn55
  1. SocketTool

    0下载:
  2. socket调试助手,可以帮助学习socket的学者调试socket程序。-socket debugging aids that can help scholars learn to debug socket socket procedure.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:498.16kb
    • 提供者:刘明
  1. VC.NETopenfiledialog

    0下载:
  2. VC.NET在程序启动时弹出文件打开对话框,基于MFC实现的VS2010源码,使用了微软类库mfc70.dll和msvcr70.dll两个文件,本站已将两个文件下载,放进压缩包内,你只需使用VS2010打开项目源码重新编译运行看效果。-VC.NET pop up when the program starts the File Open dialog based MFC implementation VS2010 source, use the Microsoft library mfc70.d
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:534.5kb
    • 提供者:apudn56
  1. VC.NETcolordialog

    0下载:
  2. VC.NET调用Windows指定对话框的实例,在此演示如何使用Windows的颜色对话框,点击窗口中按钮即可调用系统的颜色选择器,你可把这个功能复制进你的VC.NET项目中,使用方便。-VC.NET call Windows dialog specified instance, in this demonstration of how to use the Windows Color dialog box, click the button to call the window system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:40.89kb
    • 提供者:apudn57
  1. MedicamentManageSystem

    0下载:
  2. C++医药管理项目源代码,类似于控制台的程序,具体效果请参见运行截图,请进一步测试功能,学习C++编程的好素材-Pharmaceutical Management Project C++ source code, similar to the console program, see the specific effects of running shots, make further testing capabilities, good material to learn C++ Progra
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:38.78kb
    • 提供者:apudn59
  1. docktool

    0下载:
  2. c++实现超多的可停靠工具条的丰富实例,也就是可把工具栏从主窗口菜单中拖出来,并定义了多种不同的工具栏代码,效果如演示截图示,在VC6下直接编译项目生成可执行文件,就可查看效果了。-c++ implementation over many dockable toolbars rich instance, which is available to the toolbar drag from the main window menu out and define a number of diffe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:53.08kb
    • 提供者:apudn60
  1. Augest-3

    0下载:
  2. VC++代码开发的C编译器源代码,名字就叫做Augest-3吧,可用来简单编译C扩展名的文件,代码中由于用了union,定义的变量占用4字节的内存,也就是说f和by4是共用这4字节内存的。对浮点的转化变得异常简单,union UFLOAT// 用以快速转换的自定义UFLOAT变量,一些运算   下面这段代码将fNum转成4字节插入到byBuf中:uf.f=f // 将要转换的浮点数放入UFLOAT变量,此时uf.by[]数组也被赋值了,因为内存是共用的。-VC++ code develop
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:45.77kb
    • 提供者:bpudn1
  1. ODBC

    0下载:
  2. MFC实现通过odbc连接数据库sql2008,只做了登陆界面。-MFC realize the connection sql2008 database through odbc, only the login screen.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3.72mb
    • 提供者:刘天鸣
  1. jsq

    0下载:
  2. VC实现基于MFC的简单计算器程序源码,jsq.vcproj是使用应用程序向导生成的 VC++ 项目的主项目文件。   它包含生成计算器的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。   jsq.h是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CjsqApp 应用程序类。   jsq.cpp是包含应用程序类 CjsqApp 的主要应用程序源文件。   jsq.rc是程序使用的所有
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:43.3kb
    • 提供者:bpudn2
  1. wuzilianzhu

    0下载:
  2. 一款小巧的VC++益智游戏五子连珠的代码文件,可玩性极强,开发你的思维,适合上班族休闲娱乐-A small puzzle game Wuzilianzhu VC++ code file, playability is very strong, the development of your thinking for recreation workers
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3.59mb
    • 提供者:bpudn3
« 1 2 ... .55 .56 .57 .58 .59 48360.61 .62 .63 .64 .65 ... 58526 »
搜珍网 www.dssz.com