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

搜索资源列表

  1. 文本编辑器(c#)源码

  2. 自己的程序源码namespace zdm { partial class formFindReplace { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { i
  3. 所属分类:C#

    • 发布日期:2009-11-23
    • 文件大小:98kb
    • 提供者:cxl06
  1. 一款C#开发的国外FTP软件源代码

  2. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace WinFormClient { /// /// remove dir dialog /// public class RemoveDir : System.Windows.Forms.Form { private System.Wind
  3. 所属分类:FTP

    • 发布日期:2010-01-13
    • 文件大小:464kb
    • 提供者:chinahuyong
  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
    • 文件大小:24kb
    • 提供者:kingzhexian
  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
    • 文件大小:56kb
    • 提供者:kingzhexian
  1. C# 俄罗斯方块游戏

  2. C#做的俄罗斯方块游戏using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Xml; using System.IO; using System.Security.Cryptography; using System.Text; using System.Runtime.Serializ
  3. 所属分类:C#

    • 发布日期:2011-07-02
    • 文件大小:564kb
    • 提供者:douzhi0940
  1. C#中拖拽窗体实现移动演示

  2. 在WindowsForm 应用程序中,有时我们会将窗体的FormBorderStyle属性设置为none,这时,用鼠标拖拽窗体时就无法实现移动的功能了!你是否也遇到过这种情况? 这段代码可以帮你实现
  3. 所属分类:C#

    • 发布日期:2011-10-26
    • 文件大小:43kb
    • 提供者:dreams_hsf
  1. C#中拖拽窗体实现移动演示

  2. 在WindowsForm 应用程序中,有时我们会将窗体的FormBorderStyle属性设置为none,这时,用鼠标拖拽窗体时就无法实现移动的功能了!你是否也遇到过这种情况? 这段代码可以帮你实现
  3. 所属分类:C#

    • 发布日期:2011-10-26
    • 文件大小:43kb
    • 提供者:dreams_hsf
  1. C#写gps中心服务处理程序

  2. 要改协议,,高手帮下忙。。在线等。using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Messaging;using System.Net.Sockets;using System.Text;using System.Runtime.InteropServic
  3. 所属分类:Web开发

    • 发布日期:2008-05-23
    • 文件大小:71kb
    • 提供者:OP4321
  1. winform使用webBrowser實現全屏

  2. private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { this.webBrowser1.Navigate(Application.StartupPath + "/default.htm"); } Winform全屏: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; t
  3. 所属分类:C#

    • 发布日期:2012-02-10
    • 文件大小:15kb
    • 提供者:huoshan627
  1. C# 右下角 弹出窗口 源码

  2. 这是我写的一个类,使用了一个timer,然后当右下角出现窗口后=过一段时间后启动timer,然后退出,这里用了一个特效,是淡入淡出的效果。大家可以把窗口的FormBorderStyle设置为none,这样就没有了边框,然后添加一个背景图片,这样就和我们常见的弹出框一样。
  3. 所属分类:C#

    • 发布日期:2012-04-08
    • 文件大小:51kb
    • 提供者:yzl417020551
  1. C#经典范例50讲

  2. 很不错的C#源码,实用,分也不多. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace NoticePad { /// /// 定时提醒的小工具。 /// public class Form1 : System.Windows.Forms.Form
  3. 所属分类:C#

    • 发布日期:2012-04-18
    • 文件大小:2mb
    • 提供者:dzkhnzy
  1. C#制作贪吃蛇

  2.  private void 启动窗口_Load(object sender, EventArgs e) { //设置启动窗体 this.FormBorderStyle = FormBorderStyle.None; this.BackgroundImage = Image.FromFile("贪吃蛇.Jpg"); this.timer1.Start(); this.timer1.Interval = 1500; } private void timer1_Tick(object sender,
  3. 所属分类:.Net

    • 发布日期:2012-06-01
    • 文件大小:853kb
    • 提供者:megoodtoo
  1. C# for CSDN 乱七八糟的看不懂

  2. 没法下载,到这里折腾一把试试。 本文由abc2253130贡献 doc文档可能在WAP端浏览体验不佳。建议您优先选择TXT,或下载源文件到本机查看。 C#(WINFORM)学习 一、 C#基础 基础 类型和变量 类型和变量 类型 C# 支持两种类型:“值类型”和“引用类型”。值类型包括简单类型(如 char、int 和 float 等)、枚举类型和结构类型。引用类型包括类 (Class)类 型、接口类型、委托类型和数组类型。 变量的类型声明 变量的类型声明 每个变量必须预先声明其类型。如 in
  3. 所属分类:C#

    • 发布日期:2012-06-03
    • 文件大小:82kb
    • 提供者:jaredsun
  1. C# FormBorderStyle设置为NONE移动窗体

  2. C# FormBorderStyle设置为NONE移动窗体
  3. 所属分类:C#

    • 发布日期:2013-03-17
    • 文件大小:2kb
    • 提供者:a352144301
  1. WinForm中设置FormBorderStyle属性为(None),但还想进行窗口拖动

  2. WinForm中设置FormBorderStyle属性为(None),但还想进行窗口拖动。
  3. 所属分类:其它

    • 发布日期:2008-09-01
    • 文件大小:34kb
    • 提供者:aluowang
  1. C#FormBorderStyle为none时移动和调整大小

  2. C#FormBorderStyle为none时移动和调整大小
  3. 所属分类:C#

    • 发布日期:2014-03-13
    • 文件大小:45kb
    • 提供者:clarencezi
  1. 全屏幕显示窗体,正常显示窗体,C#源代码this.FormBorderStyle =System.Windows.Forms.FormBorderStyle.None;this.WindowState = FormWindowState.M

  2. 全屏幕显示窗体,正常显示窗体,C#源代码this.FormBorderStyle =System.Windows.Forms.FormBorderStyle.None;this.WindowState = FormWindowState.Maximized;
  3. 所属分类:C#

    • 发布日期:2009-01-21
    • 文件大小:33kb
    • 提供者:haoqinghua
  1. 去掉应用程序的标题栏,C#源代码 this.FormBorderStyle = FormBorderStyle.None;

  2. 去掉应用程序的标题栏,C#源代码 this.FormBorderStyle = FormBorderStyle.None;
  3. 所属分类:C#

    • 发布日期:2009-01-21
    • 文件大小:34kb
    • 提供者:tgdh520
  1. 禁止和允许缩放程序窗体的边框,始其保持原样,C#源代码this.MaximizeBox = false; this.FormBorderStyle = FormBorderStyle.FixedDialog;

  2. 禁止和允许缩放程序窗体的边框,始其保持原样,C#源代码this.MaximizeBox = false; this.FormBorderStyle = FormBorderStyle.FixedDialog; VisualStudio2008创建
  3. 所属分类:C#

    • 发布日期:2009-02-03
    • 文件大小:33kb
    • 提供者:gouyue
  1. DropShadow:是否曾经想过使用FormBorderStyle.None向您的应用程序添加阴影的简单方法? 那么DropShadow.dll可以解决这个问题!-源码

  2. 阴影 制作此dll是为了提供一种简便的方法来将自己的阴影添加到自定义应用程序。 注意:这些阴影需要在控件的代码或窗体内调用2个方法(CreateWNDParams(),CreateDropShadow())。 此外,这些阴影始终将默认为Microsoft设计的Windows阴影。 该dll是XFrame的附加组件,因此请务必将告诉朋友。 请注意,有两种不同的阴影状态: FOCUSED和UNFOCUSED 。 FOCUSED下拉阴影很大, UNFOCUSED下拉阴影只是出现在应用程序周围的一个很
  3. 所属分类:其它

    • 发布日期:2021-03-15
    • 文件大小:18kb
    • 提供者:weixin_42097189
« 12 3 »