T
Tilfried Weissenberger
Hi,
One thing I found is that Windows.Forms.Form- and
Windows.Forms.UserControl-Objects both create (through VS2k3) a
private System.ComponentModel.Container components = null;
collection
and clean that during the auto-created Dispose() function. But, there
is no code whatsoever which fills this Container with controls!
Is that left to me or do I just disregard this "components" collection
alltogether?
thanks again!
regards, Tilli
One thing I found is that Windows.Forms.Form- and
Windows.Forms.UserControl-Objects both create (through VS2k3) a
private System.ComponentModel.Container components = null;
collection
and clean that during the auto-created Dispose() function. But, there
is no code whatsoever which fills this Container with controls!
Is that left to me or do I just disregard this "components" collection
alltogether?
thanks again!
regards, Tilli