Visual Basic 中学校 掲示板 投稿の管理
タグのない投稿を抽出
統計
RSS
Visual Basic 中学校
投稿一覧
SelectActiveFrameについて
この投稿へのリンク
https://keijiban.umayadia.com/ThreadDetail.aspx?ThreadId=30487#CommentId83946
この投稿の削除
削除パスワード
削除する
コメント本文
投稿者
allgreen
 (社会人)
投稿日時
2020/5/1 16:39:02
理解できない
その4
画像.SelectActiveFrame(fd, 0)
picturebox1.image=画像
System.Windows.Forms.Application.DoEvents()
画像.SelectActiveFrame(fd, 1)
picturebox2.image=画像
System.Windows.Forms.Application.DoEvents()
画像.SelectActiveFrame(fd, 2)
picturebox3.image=画像
System.Windows.Forms.Application.DoEvents()
picturebox4.image=picturebox1.image
picturebox5.image=picturebox2.image
picturebox6.image=picturebox3.image
結果は、picturebox1は、ページ0
picturebox2は、ページ1
picturebox3は、ページ2
picturebox4は、ページ2
picturebox5は、ページ2
picturebox6は、ページ2
変数の代入の概念がくずれる?