K
Kevin
I'm using an ActiveX Listbox control in my Windows Forms program. I
can load the listbox and have it work fine on one of my forms. But
when I add the line:
Me.MDIParent = frmMain
the form appears with the items invisible. The scrollbar shows that
the items are in the listbox--I just can't see any of them.
If I comment out the above line, the items appear normally.
Has anyone else experienced this bug?
can load the listbox and have it work fine on one of my forms. But
when I add the line:
Me.MDIParent = frmMain
the form appears with the items invisible. The scrollbar shows that
the items are in the listbox--I just can't see any of them.
If I comment out the above line, the items appear normally.
Has anyone else experienced this bug?