On Mon, 21 Jan 2008 07:41:15 -0800, Arne Garvander
[quoted text, click to view] <ArneGarvander@discussions.microsoft.com> wrote:
>If I remove
>HistoryGrid.Parent = Me
>My original problem goes away.
Try "Me.Controls.Add(HistoryGrid)" instead of "HistoryGrid.Parent =
Me".
The documentation says that setting a control's Parent property to
Nothing removes it from the parent's Controls collection, but doesn't