投稿者 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
変数の代入の概念がくずれる?