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

搜索资源列表

  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#写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. Winform进度条 BackgroundWorker 绝对不是官方例子

  2. 在WinForm开发中,在处理大量数据时不免会有耗时较长的操作,如果将这些操作放在主线程里,软件界面会有较长时间的“无响应”,降低了用户体验,常用的解决方式是加上进度条。 实现思路 -------------------------------------------------------------------------------- 使用BackgroundWorker(已经封装好的线程工具)控件在后台线程执行费时的操作,在主线程中打开一个进度条窗体显示进度。 实现步骤 -------
  3. 所属分类:C#

    • 发布日期:2013-01-08
    • 文件大小:34816
    • 提供者:caikeyter
  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#t自定义Button

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.Drawing.Drawing2D; namespa
  3. 所属分类:C#

    • 发布日期:2013-03-17
    • 文件大小:44032
    • 提供者:zs7690958
  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