<::碎碎唸::>
blog目前學習建立中..

目前分類:C#筆記 (10)

瀏覽方式: 標題列表 簡短摘要

        #region  資料綁定ComboBox
        /// <summary>

Ching 發表在 痞客邦 留言(0) 人氣()

using System.IO.Compression;
      

Ching 發表在 痞客邦 留言(0) 人氣()

        #region 檢驗身份證字號是否正確
        public bool isIdentificationId(string arg_Identify)

Ching 發表在 痞客邦 留言(0) 人氣()

using System.Text.RegularExpressions;

        #region  檢驗輸入框-傳真號碼格式

Ching 發表在 痞客邦 留言(0) 人氣()

  using System.Text.RegularExpressions;

        #region  檢驗輸入框是否為數字

Ching 發表在 痞客邦 留言(0) 人氣()

using System.Data.SqlClient;

#region  建立Sql資料庫連接

Ching 發表在 痞客邦 留言(0) 人氣()

private void form1_button_Click(object sender, EventArgs e)
{

Ching 發表在 痞客邦 留言(0) 人氣()

Appliction.Exit();  主程式關閉

this.Close();   當前Form關閉

Ching 發表在 痞客邦 留言(0) 人氣()

c#編譯後icon更改    


Ching 發表在 痞客邦 留言(0) 人氣()

private void textbox1_keydown(object sender, KeyEventArgs e)
{

Ching 發表在 痞客邦 留言(0) 人氣()