คือว่า ผมทำฟอร์มโดยใช้แบบ Mdi ในช่วงที่กำลังจะโหลดฟอร์มนั้นจะขึ้นerrorดังนี้ "An error occurred creating the form. See Exception.InnerException for details. The error is: Index was outside the bounds of the array." คือว่าโปรแกรมจะบั๊กตอนที่ผมนำImageList มาใช้งานครับ Code (VB.NET)
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load'ช่วงโหลดจะบั๊กช่วงนี้ครับ
FrmMember.MdiParent = Me
FrmPact.MdiParent = Me
FrmPay.MdiParent = Me
FrmOfficer.MdiParent = Me