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

搜索资源列表

  1. MyFriends

    0下载:
  2. 压缩包内是一个用WPF写的通讯录,没有数据库操作,所有数据保存在xml文件中。-Compressed within a book written with WPF, there is no database operation, all data stored in the xml file.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-10
    • 文件大小:2096621
    • 提供者:David Lee
  1. wpf_CustomCursorDemo

    0下载:
  2. WPF 自定义鼠标形状Cursor示例,并非从外界导入鼠标文件,而是自己用C#程序画一个鼠标形状,比如矩形,圆形或是多边形甚至组合图形。-WPF Custom Mouse Cursor shape example, the mouse does not import files from the outside, but their own C# program using the mouse to draw a shape, such as rectangular, circular or p
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:19590
    • 提供者:wan yiqian
  1. 12009622232446

    0下载:
  2. 一个非常漂亮的粒子效果源码,采用WPF编写,看看是不是很漂亮呢?-WPF fantastic particle effects source
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:13538
    • 提供者:lijiangjie
  1. CSQLSERVER

    1下载:
  2. Windows C# 下基于WPF链接sqlserver数据库的一个实例,特别适合初学者使用和学习,能够快速理解C#和数据库的链接原理-Windows C# WPF Links Based on an instance of sqlserver database, especially for beginners to use and learn, quick to understand C# and database links to the principle
  3. 所属分类:C#编程

    • 发布日期:2013-07-25
    • 文件大小:41753
    • 提供者:xukaijun
  1. WPF_SilverLight

    0下载:
  2. WPF、Silverlight学习资料,比较详细。适合入门。
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6094216
    • 提供者:黄能辉
  1. Examples_code

    1下载:
  2. 用wpf创建2D、3D表格,线性差值、回归等,各种交汇图以及基本的图形操作-WPF changes the landscape of graphics programming completely. At first, you might think that WPF just provides another way to create windows, menus, dialogs, and controls. However, WPF has much more to offer
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3097694
    • 提供者:马飞
  1. WPF

    0下载:
  2. Windows Presentation Foundation
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:964134
    • 提供者:zcyhb
  1. WpfGame

    0下载:
  2. Wpf抽奖小游戏,简单的抽奖程序。 Wpf抽奖小游戏,简单的抽奖程序。-Wpf lottery small game, simple lottery programs.
  3. 所属分类:Game Program

    • 发布日期:2017-05-02
    • 文件大小:919786
    • 提供者:waffie
  1. familyshowsource

    0下载:
  2. WPF源码,取自MSND。 -WPF SOURCE CODE
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:1011036
    • 提供者:广泛
  1. IPMessager_wpf

    0下载:
  2. 一个用WPF重写IPMessage的好例子-A rewrite IPMessage with good examples of WPF
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:201111
    • 提供者:cat
  1. WCF_FileTransfer_Progress

    0下载:
  2. 不错的vb和Cs两种方式实现WPF的文件传输实例代码-Vb and Cs are two good ways to achieve the file transfer example code WPF
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:243790
    • 提供者:杨文锋
  1. MsdnReaderSetup

    0下载:
  2. 用WPF写的能及时了解MSDN新闻的软件,而且是开源的。-WPF can be used to write software to keep abreast of MSDN News, and is open source.
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:5012244
    • 提供者:cat
  1. chess

    0下载:
  2. wpf 做的简单象棋游戏 ,包括棋盘绘制,棋子移动规则等-wpf do simple chess game, including the drawing board, pieces move rules
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:1154768
    • 提供者:sdzct
  1. Zll.ImageTheButton

    0下载:
  2. 在WPF中,控件(control)一词的意义,比早期Windows编程的控件,有更特定的定义。比方说,在Windows Forms中,屏幕上的一切,都被视为控件。在WPF中,这个词保留给用户交互使用,也就是说,当用户用鼠标或键盘时,控件一般会对用户提供某种响应(feedback)。 Control类直接继承FrameworkElement,从Control继承而来的类超过50个,这些类提供给程序员各式各样的控件,包括按钮、列表框、滚动条、编辑框、菜单和工具条。这些类都是放在System
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:39221
    • 提供者:feifeiwua
  1. Zll.ScrollCustomColors

    0下载:
  2. (WPF+CSharp):选择不同层次的红、绿、蓝三原色滚动条,以观察结果如何。当你让程序窗口变大或变小时,此程序会调整标签和滚动条的位置。程序用了WPF的ScrollBar控件。-(WPF+ CSharp): select different levels of red, green, and blue primary colors scroll bar to see the results. When you make window bigger or hours, the program
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:27324
    • 提供者:feifeiwua
  1. Zll.PlayJeuDeTacquin

    0下载:
  2. (WPF+CSharp):例子为一个益智类小游戏,此游戏包括15个标识数字的方块,放在4*4格子中,其中有一个格子分配不到数字方块,此格子相邻的方块可以滑动过来,通过滑动将数字排到正确的顺序。-(WPF+ CSharp): example of a puzzle game, this game includes 15 identification numbers in the box, on the 4* 4 grid, where there is not a lattice distribu
  3. 所属分类:Game Program

    • 发布日期:2017-03-26
    • 文件大小:32139
    • 提供者:feifeiwua
  1. WPf_JC

    0下载:
  2. wpf做的游戏源码~!~!wpf做的游戏源码~!@-This is a game byWPF
  3. 所属分类:Other Games

    • 发布日期:2017-05-29
    • 文件大小:11586972
    • 提供者:黄生
  1. wpffangkuai

    0下载:
  2. WPF版的俄罗斯方块,是C# 下的桌面开发应用程序的又一种方法-WPF version of Tetris is a C# desktop application development under another method
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-26
    • 文件大小:107705
    • 提供者:altair
  1. Bornander.UI.AnimationsVB

    0下载:
  2. 动画WPF面板 通过扩展应用,StackPanel中,DockPanel中或WrapPanel类自定义动画到现有的WPF的布局-Animated WPF Panels
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2357066
    • 提供者:鱼宁
  1. WPF

    0下载:
  2. 複製網頁內容到richtextbox並保有原來格式-Copying from Webpage to richtextbox
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:56642
    • 提供者:Joanne
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com