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

搜索资源列表

  1. C# 读写XML实例

  2. C# 读写XML文件,VS2005环境 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace XmlApp { public partial class Form1 : Form { priv ate
  3. 所属分类:Java

    • 发布日期:2009-05-02
    • 文件大小:13312
    • 提供者:rovecat
  1. 在VB.NET 读取TXT文件内容按行

  2. Dim sr As System.IO.StreamReader = New System.IO.StreamReader(Application.StartupPath & "\tmp.Txt", System.Text.Encoding.Default) Dim line As String line = sr.ReadLine Me.ToolStripStatusLabel2.Text = line line = sr.R eadLine Me.ToolStripStatusLabel4
  3. 所属分类:VB

    • 发布日期:2009-06-11
    • 文件大小:719
    • 提供者:ygxlf
  1. C#windows应用程序界面皮肤

  2. 把里面的IrisSkin2.dll文件添加到C#的控件中,在窗体的Load事件中 写上如下代码: skinEngine1.SkinFile = Application.StartupPath + @"\MP10.ssk";即可 需要换皮肤是,只需要将引号里的换掉
  3. 所属分类:C#

    • 发布日期:2009-07-24
    • 文件大小:481280
    • 提供者:maoyw07
  1. treeview 的用法?

  2. string[] mypicture = System.IO.Directory.GetFiles("" + Application.StartupPath + @"\picture", "*.*", System.IO.SearchOption.AllDirectories); foreach (string mystr in mypicture) { string mypic = mystr.Substring(mystr.LastIndexOf("\\") + 1); string my
  3. 所属分类:Java

    • 发布日期:2010-01-02
    • 文件大小:275456
    • 提供者:ljb07976513524
  1. DotNet带进度条下载更新升级组件(V1.1)

  2. 1.1版本解决了1.0版本的一个bug,使用1.0缓存区过小,可能导致界面假死(实际上没有失去响应,可以点击按钮,原因是界面更新太快)。Win Form软件在发布以后的更新和维护,是程序员门最头疼的问题。DotNet 2.0提供了ClickOnce可以很好的实现功能。但是绝大部分程序员还是愿意在自己开发的程序内部提供升级功能。升级的原理实现虽然不难,但是对于很多新手来说还是有一定的困难。为此我将下载升级的功能进行了封装,大家可以很方便的简单设置几个参数就可以完成功能。以下简单介绍一下如何使用本
  3. 所属分类:网络基础

    • 发布日期:2007-12-05
    • 文件大小:28672
    • 提供者:jingrenhai
  1. C#100例题 献给c#初学者

  2. 给初学者的简单例题! private System.ComponentModel.IContainer components; private const int kNumberOfRows = 8; private const int kNumberOfTries = 3; private int NumTotalBricks = 0; private int NumBalls = 0; private Ball TheBall = new Ball(); private Paddle Th
  3. 所属分类:C#

    • 发布日期:2010-04-22
    • 文件大小:3145728
    • 提供者:lixiaolinlinlin
  1. c#实现 文件夹导入和删除

  2. string newstrpath = Application.StartupPath + "\\" + textBox3.Text + textBox1.Text; if (!Directory.Exists(newstrpath)) { System.IO.Directory.CreateDirectory(newstrpath); string oldstrpath = ""; //====================================== FolderBrowserD
  3. 所属分类:C

    • 发布日期:2010-05-19
    • 文件大小:19456
    • 提供者:yadikar1218
  1. vb2010 软件注册方法

  2. 四知四清四握信息管理系统软件注册 编辑 | 删除 | 权限设置 | 更多▼ 更多▲ 设置置顶 推荐日志 转为私密日志 hamit 发表于2010年06月12日 16:15 阅读(2) 评论(0) 分类: 个人日记 权限: 公开 Imports System.Management Imports System.IO Public Class tizimlitix Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
  3. 所属分类:VB

    • 发布日期:2010-06-23
    • 文件大小:2048
    • 提供者:tarhan
  1. 得到门诊收费发票的打印方式

  2. ZY.HIS.Zy_RMReport.cls_RMReport clsrp = new ZY.HIS.Zy_RMReport.cls_RMReport(this); DataTable dt = Dt; int result = BRCLS.MZSFPrintMode();// 得到门诊收费发票的打印方式 //调用封装打印报表的方法 clsrp.ShowReportDetail(dt, "HisBack", Application.StartupPath + @"\\test收
  3. 所属分类:专业指导

    • 发布日期:2010-07-02
    • 文件大小:20480
    • 提供者:huangdp2009
  1. C#.net WCF结构(全Dll封装)

  2. #region 呼叫功能窗體 /// /// 判断MdiParent中是否含有该子窗体 /// /// 子窗体名称 /// bool private Boolean uChildFormOpened(string ChildFormName) { foreach (Form form in this.MdiChildren) { if (string.Compare(form.Name, ChildFormName, true) == 0) { form.BringToFront(); r
  3. 所属分类:C#

    • 发布日期:2011-04-21
    • 文件大小:200704
    • 提供者:jos_king
  1. 学生管理系统用C++实现的

  2. namespace StudentManager { public class DBHelper { /// /// 获得连接字符串,使用sql数据库 /// private static string constring ="server=.;uid=sa;database=StudentManager;pwd="; /// /// 执行增删改操作 /// /// 传入增删改的sql语句 /// 返回受影响的行数 public static int ExecuteNonQuery(s
  3. 所属分类:C++

    • 发布日期:2011-06-11
    • 文件大小:4194304
    • 提供者:lpl1990ch
  1. tingMailSendSystem--仿OutLook的邮件编辑面板

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Mail; using System.IO; namespace CNPOPSOFT.Contro
  3. 所属分类:C#

    • 发布日期:2011-09-30
    • 文件大小:568320
    • 提供者:ja38911
  1. 自我更新模块

  2. 根据自定义文件进行程序更新 static void Main() { try { System.Net.WebClient download = new System.Net.WebClient(); download.BaseAddress = "ftp://ftp.ftp.com/System/"; download.DownloadFile("upgrade.list", "upgrade.list"); System.IO.StreamReader a = new System.IO.
  3. 所属分类:C#

    • 发布日期:2011-10-21
    • 文件大小:2048
    • 提供者:zilchone
  1. 实现数据库的备份的恢复

  2. namespace Magicbit.Framework{ publicpartialclass DBTools : Form { privatestatic DBTools _Instance =null; publicstatic DBTools Instance() { if (_Instance ==null) { _Instance =new DBTools(); } else { Me ssageBox.Show("已经有一个实例在运行!"); } return _Instan
  3. 所属分类:其它

    • 发布日期:2008-05-25
    • 文件大小:8192
    • 提供者:gaomeng2003
  1. 读取写入TXT文件

  2. 读取写入TXT文件 if (this.textBox1.Text == "") { MessageBox.Show(this, "文件名不能为空!", "提示对话框", MessageBoxButtons.OK, MessageBoxIcon.Information); } else { StreamWriter sw = new StreamWriter(Application.StartupPath + "\\" + textBox1.Text + ".txt"); sw.Write(te
  3. 所属分类:C#

    • 发布日期:2011-11-30
    • 文件大小:36864
    • 提供者:fp_de
  1. C#编程登陆界面代码

  2. C#编程登陆界面代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.OleDb; namespace 人事管理系统 { public partial class FormLogi
  3. 所属分类:C#

    • 发布日期:2012-01-12
    • 文件大小:5120
    • 提供者:wenwenaiwenwen
  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标题栏自定义样式

  2. #region 改变窗口样式         #if !DEBUG         [DllImport ("User32.dll")]         private static extern IntPtr GetWindowDC(IntPtr hwnd);         [DllImport ("User32.dll")]         private static extern int ReleaseDC(IntPtr hwnd, IntPtr hdc);         prot
  3. 所属分类:C#

    • 发布日期:2012-02-20
    • 文件大小:15360
    • 提供者:yue571041524163
  1. 设置应用程序图标,C#源代码string MyFileName = Application.StartupPath + "\\Robin.ico"; this.Icon = new Icon(MyFileName

  2. 设置应用程序图标,C#源代码string MyFileName = Application.StartupPath + "\\Robin.ico"; this.Icon = new Icon(MyFileName);
  3. 所属分类:C#

    • 发布日期:2009-01-18
    • 文件大小:36864
    • 提供者:gouyue
  1. 仿MNS提示框C#源代码程序,带声音启动。string Sound = Application.StartupPath + "\\msg.wav";

  2. 仿MNS提示框C#源代码程序,带声音启动。string Sound = Application.StartupPath + "\\msg.wav"; clsPalyWave.Play(Sound);Tpaly.Abort();VisualStudio2008创建
  3. 所属分类:C#

    • 发布日期:2009-02-08
    • 文件大小:157696
    • 提供者:jasonpeng2
« 12 3 4 »