0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

全銀フォーマットの口座振替持込フォーマットかつゆうちょ銀行のみ対応

Posted at

#やりたいこと
 全銀フォーマットの出力プログラム作成
 DB使わない
 Office使わない

#やりたかったこと(時間見て対応するかも)
 いろんな銀行のフォーマット出力(ゆうちょオンリー)
 一回出力されたデータの取り込み、修正
 DataGridViewをもうすこしうまく使う
 他にもいろいろあるけど疲れた。

#説明
 VisualStudio2017で作成。
 実行ファイルはそのまま使われても微妙なので、コーディングの参考用にアップ。
 実行ファイルができる場所に下記3ファイルを配置してください。
 ・accountList.txt
 ・print.txt
 ・remitter.txt
 あまり難しいことをやっているわけではなく、以下の2点が主眼。
 ・ファイルの読み書き
 ・DataGridViewを使ってデータ入力

#参考にしたサイト
 https://dobon.net/
 主にファイル読み込み、DataGridViewの読み込みで色々なページを参考にさせてもらいました。

#後書き
 多分、自分がアップするものはQiitaにあげるレベルではないので、
 どっか別のブログ借りる形式にすると思われる。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?