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

搜索资源列表

  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
    • 文件大小:100352
    • 提供者: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
    • 文件大小:475136
    • 提供者: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
    • 文件大小:24576
    • 提供者: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
    • 文件大小:57344
    • 提供者: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
    • 文件大小:577536
    • 提供者:douzhi0940
  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
    • 文件大小:72704
    • 提供者: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
    • 文件大小:15360
    • 提供者:huoshan627
  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
    • 文件大小:2097152
    • 提供者: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
    • 文件大小:873472
    • 提供者:megoodtoo
  1. 钉在桌面的C#程序

  2. 编写的钉在桌面的程序 有一事不明 我把this.FormBorderStyle设置为None以后 就不能置底了,看看大家有什么办法没有
  3. 所属分类:C#

    • 发布日期:2012-06-19
    • 文件大小:35840
    • 提供者:icyfox_bupt
  1. JAVA火车票售票系统论文有代码

  2. 目录 第一章. 概述 1 1.1概述 1 1.2意义 1 1.3任务 1 第二章. 系统的可行性研究与需求分析 2 2.1可行性研究 2 2.1.1经济可行性 2 2.1.2技术可行性 2 2.1.3操作可行性 2 2.2需求分析 2 2.2.1功能需求 2 2.2.2数据需求 3 2.2.3性能需求 3 2.2.4数据库逻辑结构 6 第三章. 系统的总体设计 7 3.1系统软件结构设计 7 3.1.1软件结构 7 3.2系统流程图 9 第四章. 系统的详细设计 10 4.1.1程序流程图 1
  3. 所属分类:Java

    • 发布日期:2012-12-18
    • 文件大小:271360
    • 提供者:miyaowangzi
  1. C#课堂练习

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

    • 发布日期:2013-01-13
    • 文件大小:1048576
    • 提供者:lixin511833415
  1. c#编写的计算器

  2. 用C#编写的计算器 超详细 因为计算器设计的控件太多,不便使用控制台应用程序完成,所以这里使用Windows窗体应用程序,并命名为Calc,如下图所示: 向窗体中拖入需要的控件,如下图所示: (完成效果图) 结果显示区(作者博客左边的文本框)是TextBox控件,并修改其name为txtShow ,按键0~9为Button控件,并将其name分别修改为btn_0、btn_1、btn_2、btn_3、btn_4、btn_5、btn_6、btn_7、btn_8、btn_9;按键【负数】的name值
  3. 所属分类:专业指导

    • 发布日期:2013-04-10
    • 文件大小:429056
    • 提供者:u010236512
  1. C#编写的QQ系统文档

  2. 用c#编写QQ界面 using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; /* * 算法简述(主要分为如下三个步骤): * * 1、首先将该按钮上面的按钮推上去(相当于点击被“推上去”的这个按钮),在推动的过程中, * 如果被推动的按钮的上面还有另一个按钮,则重复这个过程(步
  3. 所属分类:C#

    • 发布日期:2008-11-28
    • 文件大小:3072
    • 提供者:a122503107
  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
    • 文件大小:33792
    • 提供者:haoqinghua
  1. 使用图像创建皮肤窗体的例子,非常好的多媒体播放界面,C#源代码this.TransparencyKey = Color.White;

  2. 使用图像创建皮肤窗体的例子,非常好的多媒体播放界面,C#源代码this.TransparencyKey = Color.White; this.FormBorderStyle = FormBorderStyle.None; this.BackgroundImage = Image.FromFile("Show1.bmp"); VisualStudio2008创建
  3. 所属分类:C#

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

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

    • 发布日期:2009-01-21
    • 文件大小:34816
    • 提供者: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
    • 文件大小:33792
    • 提供者:gouyue
  1. C#自定义滚动文字的屏保

  2. C#自定义屏保,定义一个文字滚动风格的屏幕保护,判断是否开启了屏保,设置字体大小,记录鼠标的位置,对预览进行初始化,在显示预览和屏保前,对窗体中的各控件进行设置,设置字幕滚动,设置当前控件的显示位置,设置纵向文本等。   this.FormBorderStyle = FormBorderStyle.Sizable;//使窗体有边框   this.WindowState = FormWindowState.Normal;//使窗体恢复默认大小   this.BackColor = Color.Ga
  3. 所属分类:其它

    • 发布日期:2021-03-17
    • 文件大小:15360
    • 提供者:weixin_38614462
  1. C#窗体全屏功能实例代码

  2. 最近有朋友让我给他弄个应用程序全屏的功能,例如银行的取号程序界面。所以我从网上查询了一些实现的方法。 C#应用程序中如何实现全屏幕显示功能? 效果就像windows自带的屏幕保护程序和众多的游戏那样,无论是否设置了“将任务栏保持在其他窗口的前端”都不显示任务栏 实现方式一 在网上找来一些简单的实现方式: this.FormBorderStyle = FormBorderStyle.None; //设置窗体为无边框样式 this.WindowState = FormWindowState.Ma
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:59392
    • 提供者:weixin_38652196
« 12 »