最新のPhotoShopが欲しいと思いだした。最初3から始まって、4、5.5とアップグレードしてきたが、最新のCS4ではアップグレードが届かなくなってしまった。もうすぐCS5が出るらしい。CS5は色々とすごい機能があるようだが、どれほど使うかなと考えた。しかも高そうだ。そこでPhotoShopElementsの購入を考えた。これだと安いし、もし、あとでCS5が欲しくなっても、アップグレードできる。今の最新バージョンは8のようだ。早速体験版をダウンして使ってみていている。頻繁に使う機能は、Elementsにも入っていて、普通に使える。これでもいいかなあ。しかも、Premiere Elements 8とセットのものまである。これはいい。セットでも2万円を切っている。
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
’ファイルIO用の変数等の宣言
Dim fname As String Dim ret As DialogResult Dim TextFile As IO.StreamReader Dim Line As String Dim cnt As Integer
’PictureBox1のGraphicsオブジェクトを取得
Dim g As Graphics = PictureBox1.CreateGraphics() Dim ystr As Integer
‘ダイアログボックスの初期設定
With Me.OpenFileDialog1 .Title = “ファイルを開く” .CheckFileExists = True .RestoreDirectory = True .Filter = “テキストファイル|.txt;.dat” .FileName = “test.txt” End With
‘ダイアログボックスの表示
ret = Me.OpenFileDialog1.ShowDialog() If ret = Windows.Forms.DialogResult.OK Then fname = Me.OpenFileDialog1.FileName Else fname = “” End If If IO.File.Exists(fname) = False Then MessageBox.Show(“ファイルが見つかりません。”, “通知”) Exit Sub End If
‘フォントオブジェクトの作成
Dim fnt As New Font(“MS UI Gothic”, 12) Me.ListBox1.Items.Clear() TextFile = New IO.StreamReader(fname, System.Text.Encoding.Default)
cnt = 0 Do While True Line = TextFile.ReadLine() If Line = Nothing Then Exit Do End If Me.ListBox1.Items.Add(Line) cnt = cnt + 1
初秋の山陰線 - キハ40 2123
山陰本線長門栗野駅付近、栗野川橋梁。
The cherfull yellow triain of Sunin line has just left at Nagato Kurino Station.
At Kurino River bridge. Type KIHA40 2123
栗野川橋梁
久しぶりに山口県の角島に行ってみた。吹く風はもう涼しくて、秋の気配。しかし、海は相変わらず、エメラルドグリーンに輝いていた。 I went to Tsunoshima of Yamaguchi prefecture af … “秋の角島 – Autumn in Tsunoshima” の続きを読む
久しぶりに山口県の角島に行ってみた。吹く風はもう涼しくて、秋の気配。しかし、海は相変わらず、エメラルドグリーンに輝いていた。
I went to Tsunoshima of Yamaguchi prefecture after a long absence. The wind to blow is already cool.
nAn autumn sign.
However, the sea shined in emerald green as ever.
角島大橋に沈む夕日
The sunset in Tsunoshima Ohashi.
もう誰もいない砂浜。犬の足跡が残る。
Nobody is in the sandy beach. The footprint of the dog is here.