2010-12-05から1日間の記事一覧

【C#】フォルダ内にあるファイル名を取得する

■ 使用している主なコントロール * TextBox : 3、Button : 1 * Label : 1 * BackgroundWorker/ProgressBar : 各1 * CheckBox : 2 (オプション・必須じゃない) ■ サンプル // ファイル名のフォーマット [FileName][FileNo].[Extention] private readonly stri…