您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Wrox.Visual.Basic.2008.Programmers.Reference.Feb.2008

  2. Part I: IDE Chapter 1: Introduction to the IDE . . . . . . . . . . . . . . . . . . . . . .3 Chapter 2: Menus, Toolbars, and Windows . . . . . . . . . . . . . . . . .15 Chapter 3: Customization . . . . . . . 43 Chapter 4: Windows Form Designer . . .
  3. 所属分类:C#

    • 发布日期:2009-05-08
    • 文件大小:15728640
    • 提供者:s_d_n
  1. 基于java的手势识别系统概述

  2. Software support for making effective pen-based applications is currently rudimentary. To facilitate the creation of such applications, we have developed SATIN, a Java-based toolkit designed to support the creation of applications that leverage the
  3. 所属分类:Java

    • 发布日期:2009-05-10
    • 文件大小:366592
    • 提供者:sunsnowad
  1. VGScene 2.8 FULLSOURCE

  2. VGScene speeds the development of all graphical application, providing: a graphical editor integrated in IDE, graphical objects, simplify animation, advanced windows and controls, maximum performance, skinning engine, bitmap effects. VGScene can be
  3. 所属分类:C#

    • 发布日期:2009-10-19
    • 文件大小:266240
    • 提供者:magicwww
  1. VGScene_2.92.rar

  2. VGScene Version: 2.92 Platform: Delphi 5-2010, C++ Builder 5-2010, Lazarus 0.9.27 Languages: English VGScene speeds the development of all graphical application, providing: a graphical editor integrated in IDE, graphical objects, simplify animation,
  3. 所属分类:C#

    • 发布日期:2009-10-23
    • 文件大小:5242880
    • 提供者:maccn
  1. ClipImageClipImageClipImageClipImageClipImageClipImage

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region 自定义对象 private Point position; private Rectangle clip; private NotifyIcon notifyInfo; #endregion public FormImage()
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:24576
    • 提供者:kingzhexian
  1. WPF Programmer

  2. Chapter 1 WPF Overview 1 Chapter 2 WPF in Visual Studio 21 Chapter 3 Expression Blend 37 Chapter 4 Common Properties 61 Chapter 5 Content Controls 73 Chapter 6 Layout Controls 101 Chapter 7 User Interaction Controls 119 Chapter 8 Two-Dimensional Dra
  3. 所属分类:C#

    • 发布日期:2010-03-22
    • 文件大小:17825792
    • 提供者:godghdai
  1. 作者:金哲显编的软件

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region private Point position; private Rectangle clip; #endregion public FormImage() { #region InitializeComponent(); this
  3. 所属分类:其它

    • 发布日期:2010-05-08
    • 文件大小:57344
    • 提供者:kingzhexian
  1. PROGRAMMING MICROSOFT WINDOWS WITH C#(英文版) (2010 年度畅销榜

  2. 全书一共1290页,其中正文到1184页,另有三个附录和索引。Petzold是Programming Windows的作者,至今已经是第五版了。全书从Windows Forms Control和GDI+两个方面描述了Windows应用程序的开发,内容详尽。推荐给进行Windows Forms开发,尤其是经常使用GDI+的程序员阅读,读完后也可以做为一本不错的参考书。   该书目录如下:   Chapter 1: Console Thyself   Chapter 2: Hello, Windo
  3. 所属分类:C#

    • 发布日期:2010-09-03
    • 文件大小:8388608
    • 提供者:shaoguangleo
  1. CS_Note.rar

  2. 做记事本小程序可以参照一下// 实现按钮阴影效果 switch (this.GenericPaneMouseState) { case WndMouseState.MouseOnX : dc.DrawLine (Pens.White, this.GenericPane.Size.Width -10,5, this.GenericPane.Size.Width -22,5); dc.DrawLine (Pens.White, this.GenericPane.Size.Width -22,16,
  3. 所属分类:其它

    • 发布日期:2010-12-14
    • 文件大小:200704
    • 提供者:futao415
  1. C#坦克大战代码(电脑版本跟手机版本)

  2. http://blog.csdn.net/xiaoxiao108/archive/2010/12/18/6084473.aspx 记得在大学学java时,同学在下载了很多java的视频,看到里面有些是介绍简单游戏开发的,马士兵老师讲的,挺感兴趣的。一起看了看视频写了写程序。现在毕业了,因为工作中用的是C#,最近很想拿C#把以前写的坦克大战重写下,来熟悉熟悉C#的基本语法。 程序很简单,跟java代码相比没有多大改动 开发环境 vs2008 实现方法如下 1.在form中添加一个panel,在p
  3. 所属分类:C#

    • 发布日期:2011-03-03
    • 文件大小:74752
    • 提供者:xiaoxiao108
  1. 英语语法大全(完整版)

  2. 1.规则的复数形式 15 构成法:一个名词如果表示一个或一样东西,它取单数形式,如pen,dog,tree,fact,church,kiss.如果表示两个或更多这类东西,则需用名词的复数形式,如pens,dogs,trees,facts,churches,kisses.构成名词复数,大多数是在单数形式后加-s或-es,有下面6种情况: a.在单数形式后直接加-s: girl girls hat hats neck necks tree trees pencil pencils kind kin
  3. 所属分类:硬件开发

  1. C#源代码 不规则窗体

  2. C#源代码 不规则窗体 // 矩形旋转f度 RotationTransform.RotateAt(f, TheRotationPoint); // 转换图形位置 gp.Transform(RotationTransform); e.Graphics.DrawPath(Pens.Red, gp); f=f+10;
  3. 所属分类:C#

    • 发布日期:2011-07-30
    • 文件大小:7168
    • 提供者:wowoccbbaanaiai
  1. VB.NET - NET Framework - How-To Working with GDI+ Pens

  2. GDI+ NET Framework - How-To Working with GDI+ Pens
  3. 所属分类:VB

    • 发布日期:2011-09-23
    • 文件大小:219136
    • 提供者:muradil0903
  1. treeview文本阅读器

  2. treeview文本阅读器,有例子参考 // 实现按钮阴影效果 switch (this.GenericPaneMouseState) { case WndMouseState.MouseOnX : dc.DrawLine (Pens.White, this.GenericPane.Size.Width -10,5, this.GenericPane.Size.Width -22,5); dc.DrawLine (Pens.White, this.GenericPane.Size.Width
  3. 所属分类:C#

    • 发布日期:2011-10-21
    • 文件大小:171008
    • 提供者:qingrenden
  1. 纯代码绘制漂亮特效动画按钮

  2. Imports System.ComponentModel _ Public Class DSButton Private _ButtonColor As Color = Color.White Private SF As New System.Drawing.StringFormat Private _Text As String Public Property ButtonColor As Color Get Return _ButtonColor End Get Set(ByVal
  3. 所属分类:VB

    • 发布日期:2011-12-29
    • 文件大小:508928
    • 提供者:dylike
  1. aicc pens 文档

  2. aicc pens 文档
  3. 所属分类:教育

    • 发布日期:2012-11-20
    • 文件大小:195584
    • 提供者:wdydxf
  1. Aicc pens 开发指导

  2. Aicc pens 开发指导
  3. 所属分类:教育

    • 发布日期:2013-05-02
    • 文件大小:435200
    • 提供者:wdydxf
  1. 包交换通知服务技术规则,aicc pens中文版

  2. 包交换通知服务技术规则,aicc pens中文版
  3. 所属分类:专业指导

    • 发布日期:2013-05-08
    • 文件大小:141312
    • 提供者:wdydxf
  1. Pretty-Pens-源码

  2. Pretty-Pens
  3. 所属分类:其它

    • 发布日期:2021-03-21
    • 文件大小:7168
    • 提供者:weixin_42135073
  1. dens-pens-源码

  2. dens-pens
  3. 所属分类:其它

    • 发布日期:2021-03-10
    • 文件大小:3145728
    • 提供者:weixin_42155721
« 12 3 »