請問各位大大.表單Form1呼叫Form2之後程式有2個地方衝突.
(一)cnt = offset Mod ImageList1.Images.Count
(二)e.Graphics.DrawImage(ImageList1.Images(cnt), dstRect, srcRect, GraphicsUnit.Pixel)
把這2個關掉之後便可以呼叫表單.要如何時這2個程式能夠完整運轉
有建立 ImageList1 元件
ImageList1 裡面有圖片
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form2.Show()
End Sub
Public Class Form2
..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容